chore: add ansible backend docker frontend-prep
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
[all]
|
||||
vm-postgres ansible_host=192.168.1.65 ansible_user=ubuntu ansible_ssh_pass=root
|
||||
vm-redis ansible_host=192.168.1.62 ansible_user=ubuntu ansible_ssh_pass=root
|
||||
vm-nginx ansible_host=192.168.1.67 ansible_user=ubuntu ansible_ssh_pass=root
|
||||
vm-backend ansible_host=192.168.1.72 ansible_user=ubuntu ansible_ssh_pass=root
|
||||
|
||||
[postgres]
|
||||
vm-postgres ansible_host=192.168.1.65 ansible_user=ubuntu ansible_ssh_pass=root
|
||||
|
||||
[redis]
|
||||
vm-redis ansible_host=192.168.1.62 ansible_user=ubuntu ansible_ssh_pass=root
|
||||
|
||||
[nginx]
|
||||
vm-nginx ansible_host=192.168.1.67 ansible_user=ubuntu ansible_ssh_pass=root
|
||||
|
||||
[backend]
|
||||
vm-backend ansible_host=192.168.1.72 ansible_user=ubuntu ansible_ssh_pass=root
|
||||
|
||||
[services]
|
||||
vm-redis ansible_host=192.168.1.62 ansible_user=ubuntu ansible_ssh_pass=root
|
||||
vm-postgres ansible_host=192.168.1.65 ansible_user=ubuntu ansible_ssh_pass=root
|
||||
Reference in New Issue
Block a user