Initial ansible onboard
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# {{ ansible_managed }}
|
||||
|
||||
# Action configuration for {{ item.key }}
|
||||
|
||||
{% for section_name, section_items in item.value.items() %}
|
||||
[{{ section_name }}]
|
||||
{% for key, value in section_items.items() %}
|
||||
{{ key }} = {{ value }}
|
||||
{% endfor %}
|
||||
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user