Chore: Updated python dependencies
Chore: Updated angular to v19 Chore: Refactored ops with docker and ansible
This commit is contained in:
13
ansible/playbook.yml
Executable file
13
ansible/playbook.yml
Executable file
@ -0,0 +1,13 @@
|
||||
#################################################
|
||||
# DO Community Playbooks: Docker
|
||||
#################################################
|
||||
---
|
||||
- hosts: barker
|
||||
become: true
|
||||
vars_files:
|
||||
- default
|
||||
- "{{ var_file }}"
|
||||
|
||||
roles:
|
||||
- barker
|
||||
- nginx
|
||||
Reference in New Issue
Block a user