code-snippets/infra/ansible/deploy-playbook.yml
Liam Pietralla 8ad5845efc
Some checks failed
Build, Test & Publish / Build and Publish Container Image (push) Has been cancelled
Build, Test & Publish / Deploy to Infrastructure (push) Has been cancelled
Build, Test & Publish / Build (push) Has been cancelled
initial commit
2024-09-05 13:54:08 +10:00

7 lines
105 B
YAML

---
- name: Configure App Server
hosts: app
remote_user: root
become: yes # sudo
roles:
- app