️: add necessary pieces for physical servers

This commit is contained in:
VC
2024-11-06 13:18:12 +01:00
parent de98e260d8
commit 985511167e
5 changed files with 27 additions and 10 deletions

View File

@@ -106,8 +106,7 @@
loop:
- users
# Useless junks for hypervisors
- name: Execute delete states for hypervisors
- name: Execute specific hypervisors commands
ansible.builtin.include_tasks: hypervisors.yml
when: "'hypervisors' in group_names"
@@ -115,6 +114,10 @@
ansible.builtin.include_tasks: zfs.yml
when: "'zfsservers' in group_names"
- name: Execute specific physical servers commands
ansible.builtin.include_tasks: physicalservers.yml
when: "'physicalservers' in group_names"
# Specific LXC commands
- name: Execute specific LXC commands
ansible.builtin.include_tasks: lxc.yml