Files
dsk-iac/ansible/infra_setting/roles/connect-settings/tasks/main.yml
2023-12-19 13:36:16 +09:00

15 lines
231 B
YAML

---
- include: 00_host_setting.yml
tags: host
- include: 01_get_password.yml
tags: password
- include: 02_change_password.yml
tags: change
- include: 03_vault.yml
tags: vault
- include: 04_excel_export.yml
tags: excel