Remove all ansible role tags

This commit is contained in:
Khue Doan 2021-02-21 18:18:57 +07:00
parent 783306ac98
commit 2cd7cf20e3
2 changed files with 10 additions and 7 deletions

View File

@ -1,22 +1,23 @@
- name: Start PXE server on the controller
hosts: controller
roles:
- { role: pxe-server, tag: pxe-server }
- pxe
- name: Shutdown all nodes
hosts: metal
roles:
- { role: shutdown, tag: shutdown }
- shutdown
ignore_unreachable: yes
- name: Wake all nodes up
hosts: metal
gather_facts: no
roles:
- { role: wake, tag: wake }
- wake
- name: Provision
hosts: metal
roles:
- { role: snap, tag: snap }
- { role: lxd, tag: lxd }
- tools
- snap
- lxd

View File

@ -1,5 +1,7 @@
- name: Provision
hosts: metal
roles:
- { role: snap, tag: snap }
- { role: lxd, tag: lxd }
- tools
# - snap
# - lxd
- tfstate