15 lines
231 B
YAML
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 |