ansible-alpine-host/dockers.yml

12 lines
257 B
YAML
Raw Permalink Normal View History

2022-04-10 00:29:22 +00:00
---
- hosts: "dockers"
remote_user: "root"
strategy: "free"
2022-07-03 00:21:57 +00:00
vars_files:
- "config.yml"
2022-04-10 00:29:22 +00:00
tasks:
2022-07-03 00:22:51 +00:00
- include_tasks: "tasks/update.yml"
- include_tasks: "tasks/ekumen.yml"
2022-04-10 00:29:22 +00:00
- include_tasks: "tasks/encrypt.yml"
- include_tasks: "tasks/docker.yml"