⚡️: add necessary pieces for physical servers
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user