2023-04-15 18:13:22 +02:00
|
|
|
- name: make sure nginx configuration names are valid
|
|
|
|
ansible.builtin.include_role:
|
|
|
|
name: nginx
|
|
|
|
tasks_from: make_sure_nginx_configuration_names_are_valid
|
|
|
|
|
2025-02-18 03:59:08 +01:00
|
|
|
- name: ensure NGINX is installed
|
2023-04-15 18:13:22 +02:00
|
|
|
ansible.builtin.include_role:
|
|
|
|
name: nginx
|
|
|
|
tasks_from: main/nginx_install
|
|
|
|
|
|
|
|
- name: make sure desirable NGINX configs are deployed
|
|
|
|
ansible.builtin.include_role:
|
|
|
|
name: nginx
|
|
|
|
tasks_from: main/config_deploy
|