remove some hosts in inventory file which do not exist in IAD2.

This commit is contained in:
Stephen Smoogen 2020-06-14 19:51:22 -04:00
parent 11cde39f88
commit 12c486cda3
5 changed files with 10 additions and 13 deletions

View file

@ -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