Remove special handling of common services and refactor getting service attributes
This commit is contained in:
parent
0347efcb38
commit
ff92241ddb
13 changed files with 92 additions and 49 deletions
|
@ -2,7 +2,7 @@
|
|||
- name: Stop and backup services
|
||||
hosts: serguzim_net
|
||||
vars:
|
||||
host_services: "{{ all_services | my_service_attributes(inventory_hostname) | union(common_services) }}"
|
||||
host_services: "{{ all_services | services_for_host(inventory_hostname) }}"
|
||||
tasks:
|
||||
- name: Get unused services
|
||||
ansible.builtin.include_tasks:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue