repo: Move ansible setup to root dir
This commit is contained in:
parent
ff718b46ef
commit
26e56346e4
48 changed files with 176 additions and 172 deletions
5
roles/system/files/incus.servers.tpl
Normal file
5
roles/system/files/incus.servers.tpl
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{% for host in vars['ansible_play_hosts'] | sort %}
|
||||
{% if hostvars[host]['incus_name'] == task_name and "cluster" in hostvars[host]['incus_roles'] %}
|
||||
- {{ host }}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue