7 lines
116 B
Plaintext
7 lines
116 B
Plaintext
|
# {{ ansible_managed }}
|
||
|
|
||
|
[{{ item.name }}]
|
||
|
type = {{ item.type }}
|
||
|
account = {{ item.account }}
|
||
|
key = {{ item.key }}
|