2020-01-14 01:59:13 -05:00
|
|
|
---
|
2020-01-14 14:32:41 -05:00
|
|
|
- include_tasks: basics.yml
|
2020-01-14 03:38:43 -05:00
|
|
|
- include_tasks: usability.yml
|
2020-01-14 03:41:24 -05:00
|
|
|
- include_tasks: ssh.yml
|
2020-02-10 00:38:01 -05:00
|
|
|
- meta: flush_handlers
|
|
|
|
|
2020-01-14 04:00:07 -05:00
|
|
|
- include_tasks: iptables.yml
|
2020-02-10 00:38:01 -05:00
|
|
|
when: common__iptables__state == 'install'
|
|
|
|
- meta: flush_handlers
|
|
|
|
|
2020-01-14 05:55:56 -05:00
|
|
|
- include_tasks: certbot.yml
|
2020-02-10 00:38:01 -05:00
|
|
|
when: common__certbot__state == 'install'
|
2020-02-06 10:34:51 -05:00
|
|
|
- meta: flush_handlers
|
2020-02-06 09:49:37 -05:00
|
|
|
|
2020-02-06 09:55:41 -05:00
|
|
|
- include_tasks: apache/purge.yml
|
|
|
|
when: common__apache__state == 'purge'
|
2020-02-06 09:51:00 -05:00
|
|
|
- include_tasks: apache/install.yml
|
2020-02-06 09:49:37 -05:00
|
|
|
when: common__apache__state == 'install'
|
2020-02-06 08:01:51 -05:00
|
|
|
- meta: flush_handlers
|
2020-02-06 09:49:37 -05:00
|
|
|
|
2020-02-06 09:57:24 -05:00
|
|
|
- include_tasks: nginx/purge.yml
|
|
|
|
when: common__nginx__state == 'purge'
|
2020-02-06 09:51:00 -05:00
|
|
|
- include_tasks: nginx/install.yml
|
2020-02-06 09:49:37 -05:00
|
|
|
when: common__nginx__state == 'install'
|
2020-02-06 08:01:51 -05:00
|
|
|
- meta: flush_handlers
|