You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
216 B

  1. ---
  2. - hosts: debian10
  3. collections:
  4. - nginxinc.nginx_core
  5. - manala.roles
  6. tasks:
  7. - name: Install NGINX
  8. ansible.builtin.include_role:
  9. name: nginx
  10. vars:
  11. nginx_type: opensource