Rename db hosts to sqldb

This commit is contained in:
Timo Makinen 2021-08-28 13:38:47 +00:00
parent f848891918
commit 06ac7fc7cc
4 changed files with 6 additions and 6 deletions

8
hosts
View file

@ -8,9 +8,6 @@ backup02.home.foo.sh
[collab]
collab01.home.foo.sh
[db]
db02.home.foo.sh
[dnagw]
dna-gw01.home.foo.sh
dna-gw02.home.foo.sh
@ -64,6 +61,9 @@ proxy02.home.foo.sh
shell01.foo.sh
shell02.foo.sh
[sqldb]
sqldb02.home.foo.sh
[static]
static01.home.foo.sh
static02.home.foo.sh
@ -80,7 +80,6 @@ atl01.vultr.foo.sh
[centos8:children]
adm
db
git
jenkins
mail
@ -90,6 +89,7 @@ nas
nms
print
shell
sqldb
static
vmhost
zm

View file

@ -1,8 +1,8 @@
---
- import_playbook: "include/deploy-kvm-guest.yml myhosts=db"
- import_playbook: "include/deploy-kvm-guest.yml myhosts=sqldb"
- name: configure instance
hosts: db
hosts: sqldb
user: root
gather_facts: true