barker/ansible/playbook.yml
Amritanshu 2495c24e1a Chore: Updated python dependencies
Chore: Updated angular to v19
Chore: Refactored ops with docker and ansible
2024-12-16 17:58:17 +05:30

14 lines
254 B
YAML
Executable File

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