Amritanshu
e732354671
Fix: Playbook was not importing the default vars. Improvement: Dockerfile casheing should improve.
14 lines
263 B
YAML
Executable File
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
|