Move services.json into ansible
This commit is contained in:
parent
6548019090
commit
3fed27b42f
11 changed files with 188 additions and 153 deletions
playbooks
|
@ -23,6 +23,6 @@
|
|||
apply:
|
||||
tags: "{{ services_item }}"
|
||||
tags: always
|
||||
loop: "{{ all_services | my_service_attributes(host_services) }}"
|
||||
loop: "{{ all_services | my_service_attributes(inventory_hostname) }}"
|
||||
loop_control:
|
||||
loop_var: services_item
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue