add some tags
This commit is contained in:
parent
9d34078176
commit
5d5c7e3ab9
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue