Remove etcd role from playbook

This commit is contained in:
Khue Doan 2021-02-21 10:57:20 +07:00
parent ac442dbe2e
commit 1b54cc22db
2 changed files with 4 additions and 6 deletions

View File

@ -9,6 +9,3 @@ metal3 ansible_host=192.168.1.113 mac='00-23-24-d1-f5-69'
[metal:vars]
ansible_user=root
[etcd]
metal0

View File

@ -15,7 +15,8 @@
roles:
- { role: wake, tag: wake }
- name: Install etcd for Terraform state
hosts: etcd
- name: Provision
hosts: metal
roles:
- { role: etcd, tag: etcd }
- { role: snap, tag: snap }
- { role: lxd, tag: lxd }