add some tags

This commit is contained in:
Kevin Fenzi 2017-12-26 21:06:48 +00:00
parent 9d34078176
commit 5d5c7e3ab9

View file

@ -201,7 +201,9 @@
- name: install restart ipv6 script on proxies that have problems keeping ipv6 routes
copy: src="{{ files }}/scripts/restart-broken-ipv6" dest=/usr/local/bin/restart-broken-ipv6 mode=0755
when: inventory_hostname.startswith('proxy11')
tags: restart-ipv6
- name: setup cron job to check/fix ipv6
copy: src="{{ files }}/scripts/restart-broken-ipv6.cron" dest=/etc/cron.d/restart-broken-ipv6 mode=0644
when: inventory_hostname.startswith('proxy11')
tags: restart-ipv6