barker/ansible/playbook.yml
Amritanshu e732354671 Fix: run was referencing files in a subdirectory.
Fix: Playbook was not importing the default vars.
Improvement: Dockerfile casheing should improve.
2024-12-17 09:04:49 +05:30

14 lines
263 B
YAML
Executable File

#################################################
# DO Community Playbooks: Docker
#################################################
---
- hosts: barker
become: true
vars_files:
- vars/default.yml
- "{{ var_file }}"
roles:
- barker
- nginx