Files
ansible-roles/roles/vault/tasks/main.yml
2025-07-28 13:00:23 +02:00

30 lines
446 B
YAML

---
- include_tasks: user.yml
tags: always
- include_tasks: directories.yml
tags: always
- include_tasks: facts.yml
tags: always
- include_tasks: install.yml
tags: always
- include_tasks: conf.yml
tags: always
- include_tasks: iptables.yml
when: iptables_manage | default(True)
tags: always
- include_tasks: services.yml
tags: always
- include_tasks: cleanup.yml
tags: always
- include_tasks: vector.yml
tags: always