tag cleanups

This commit is contained in:
Farhad Shahbazi
2016-11-24 16:25:58 +01:00
parent c1dc4d959b
commit 3ed4105c79
8 changed files with 9 additions and 27 deletions

View File

@@ -1,12 +1,14 @@
---
- include: resolvconf.yml
tags: ['common', 'resolvconf']
- include: hostname.yml
when: common_hostname
tags: ['common', 'hostname']
- include: apt.yml
tags: ['common', 'apt']
- include: locales.yml
when: common_locales
@@ -26,7 +28,7 @@
copy: dest=/etc/mailname content="{{ common_mailname }}\n" owner=root group=root mode=0644
notify: restart mailer
when: common_mailer != False
tags: common
tags: ['common', 'mailer']
- name: /etc/aliases
template: dest=/etc/aliases src=aliases.j2 owner=root group=root mode=0644
@@ -34,10 +36,13 @@
- newaliases
- restart mailer
when: common_mailer != False
tags: common
tags: ['common', 'mailer']
- include: ntp.yml
tags: ['common', 'ntp']
- include: openssh.yml
tags: ['common', 'openssh']
- include: rsyslog.yml
when: common_rsyslog
@@ -45,3 +50,4 @@
- include: "{{ common_mailer }}.yml"
when: common_mailer != False
tags: ['common', 'mailer']