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] [collab]
collab01.home.foo.sh collab01.home.foo.sh
[db]
db02.home.foo.sh
[dnagw] [dnagw]
dna-gw01.home.foo.sh dna-gw01.home.foo.sh
dna-gw02.home.foo.sh dna-gw02.home.foo.sh
@ -64,6 +61,9 @@ proxy02.home.foo.sh
shell01.foo.sh shell01.foo.sh
shell02.foo.sh shell02.foo.sh
[sqldb]
sqldb02.home.foo.sh
[static] [static]
static01.home.foo.sh static01.home.foo.sh
static02.home.foo.sh static02.home.foo.sh
@ -80,7 +80,6 @@ atl01.vultr.foo.sh
[centos8:children] [centos8:children]
adm adm
db
git git
jenkins jenkins
mail mail
@ -90,6 +89,7 @@ nas
nms nms
print print
shell shell
sqldb
static static
vmhost vmhost
zm 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 - name: configure instance
hosts: db hosts: sqldb
user: root user: root
gather_facts: true gather_facts: true