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

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