mirror of
https://github.com/khuedoan/homelab.git
synced 2025-02-06 09:08:26 +07:00
Remove etcd role from playbook
This commit is contained in:
parent
ac442dbe2e
commit
1b54cc22db
@ -9,6 +9,3 @@ metal3 ansible_host=192.168.1.113 mac='00-23-24-d1-f5-69'
|
|||||||
|
|
||||||
[metal:vars]
|
[metal:vars]
|
||||||
ansible_user=root
|
ansible_user=root
|
||||||
|
|
||||||
[etcd]
|
|
||||||
metal0
|
|
||||||
|
@ -15,7 +15,8 @@
|
|||||||
roles:
|
roles:
|
||||||
- { role: wake, tag: wake }
|
- { role: wake, tag: wake }
|
||||||
|
|
||||||
- name: Install etcd for Terraform state
|
- name: Provision
|
||||||
hosts: etcd
|
hosts: metal
|
||||||
roles:
|
roles:
|
||||||
- { role: etcd, tag: etcd }
|
- { role: snap, tag: snap }
|
||||||
|
- { role: lxd, tag: lxd }
|
||||||
|
Loading…
Reference in New Issue
Block a user