ansible/playbooks/apps/template.yaml.dist

11 lines
147 B
Text
Raw Normal View History

2024-10-11 17:41:32 +02:00
---
- name: ==APP==
hosts: servers
gather_facts: false
tasks:
2024-10-11 18:41:46 +02:00
- include_role:
name: docker
2024-10-11 17:41:32 +02:00
vars:
2024-10-11 18:41:46 +02:00
docker_app_name: ==APP==