main.yml 172 B

12345678
  1. ---
  2. nginx_env:
  3. RUNLEVEL: 1
  4. nginx_installation_types_using_service: ["packages", "configuration-only"]
  5. nginx_is_el: "{{ ansible_distribution in ['RedHat', 'CentOS'] }}"