initial commit
This commit is contained in:
7
infra/ansible/deploy-playbook.yml
Normal file
7
infra/ansible/deploy-playbook.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: Configure App Server
|
||||
hosts: app
|
||||
remote_user: root
|
||||
become: yes # sudo
|
||||
roles:
|
||||
- app
|
Reference in New Issue
Block a user