remove some hosts in inventory file which do not exist in IAD2.
This commit is contained in:
parent
11cde39f88
commit
12c486cda3
5 changed files with 10 additions and 13 deletions
|
@ -122,7 +122,7 @@
|
|||
- postgresql
|
||||
|
||||
- name: Copy over backup scriplet
|
||||
copy: src=backup-database.db-koji02 dest=/usr/local/bin/backup-database mode=0755
|
||||
copy: src=backup-database.db-koji01 dest=/usr/local/bin/backup-database mode=0755
|
||||
when: inventory_hostname.startswith('db-koji01.iad2')
|
||||
tags:
|
||||
- postgresql
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue