summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2024-06-12 01:06:07 +0200
committerGuilhem Moulin <guilhem@fripost.org>2024-06-12 01:08:16 +0200
commitf346b05b5f62298039894a356fea3c914eb7e861 (patch)
tree478b74ac96aeb40f68baed074b1582f4cf00c701
parent2ef8e72c98b69ecca07dc1b35b60f515e26aa5e3 (diff)
setup.yml: Add tags.
-rw-r--r--setup.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/setup.yml b/setup.yml
index 0d27ec7..33780a8 100644
--- a/setup.yml
+++ b/setup.yml
@@ -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