ansible/playbooks/apps/template.yaml.dist

12 lines
182 B
Text
Raw Permalink Normal View History

2024-10-11 17:41:32 +02:00
---
- name: ==APP==
hosts: servers
gather_facts: false
tasks:
2024-10-11 19:28:57 +02:00
- name: Docker
ansible.builtin.include_role:
2024-10-11 18:41:46 +02:00
name: docker
2024-10-11 17:41:32 +02:00
vars:
2024-10-11 18:41:46 +02:00
docker_app_name: ==APP==