diff options
Diffstat (limited to 'setup.yml')
-rw-r--r-- | setup.yml | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -5,14 +5,28 @@ - name: Install etckeeper apt: pkg=etckeeper - import_tasks: ./tasks/firewall.yml + tags: firewall - import_tasks: ./tasks/network.yml + tags: network - import_tasks: ./tasks/sysctl.yml + tags: sysctl - import_tasks: ./tasks/hosts.yml + tags: hosts - import_tasks: ./tasks/apt.yml + tags: apt - import_tasks: ./tasks/ssh.yml + tags: ssh - import_tasks: ./tasks/base.yml + tags: base - import_tasks: ./tasks/mail.yml + tags: + - mail + - postfix - import_tasks: ./tasks/webmap.yml + tags: webmap - import_tasks: ./tasks/httpd.yml + tags: + - httpd + - nginx handlers: - import_tasks: ./handlers/main.yml |