mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-11-22 07:18:02 +01:00
11 lines
182 B
Text
11 lines
182 B
Text
---
|
|
- name: ==APP==
|
|
hosts: servers
|
|
gather_facts: false
|
|
tasks:
|
|
- name: Docker
|
|
ansible.builtin.include_role:
|
|
name: docker
|
|
|
|
vars:
|
|
docker_app_name: ==APP==
|