jumpserver/apps/assets/automations/gather_facts/database/sqlserver/main.yml

11 lines
248 B
YAML
Raw Normal View History

2022-09-19 01:52:09 +00:00
{% for account in accounts %}
- hosts: {{ account.asset.name }}
vars:
account:
username: {{ account.username }}
password: {{ account.password }}
public_key: {{ account.public_key }}
roles:
2022-10-13 09:47:29 +00:00
- change_secret
2022-09-19 01:52:09 +00:00
{% endfor %}