mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-31 18:05:05 +07:00
Remove all ansible role tags
This commit is contained in:
parent
783306ac98
commit
2cd7cf20e3
@ -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
|
||||
|
@ -1,5 +1,7 @@
|
||||
- name: Provision
|
||||
hosts: metal
|
||||
roles:
|
||||
- { role: snap, tag: snap }
|
||||
- { role: lxd, tag: lxd }
|
||||
- tools
|
||||
# - snap
|
||||
# - lxd
|
||||
- tfstate
|
||||
|
Loading…
Reference in New Issue
Block a user