Add Ansible task to deploy our website
This commit is contained in:
8
ansible/site.yml
Normal file
8
ansible/site.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: Setup Web Server Farm
|
||||
hosts: servers
|
||||
become: yes # Run as Root
|
||||
|
||||
roles:
|
||||
- common
|
||||
- nginx_server
|
||||
Reference in New Issue
Block a user