inisital commit
This commit is contained in:
18
lamp_ubuntu1804_2hosts_withroles/hosts
Normal file
18
lamp_ubuntu1804_2hosts_withroles/hosts
Normal file
@@ -0,0 +1,18 @@
|
||||
[webservers]
|
||||
192.168.56.141
|
||||
[dbservers]
|
||||
192.168.56.142
|
||||
|
||||
[webservers:vars]
|
||||
ansible_connection=ssh
|
||||
ansible_ssh_user=vagrant
|
||||
ansible_ssh_pass=vagrant
|
||||
ansible_become_pass=vagrant
|
||||
ansible_python_interpreter=/usr/bin/python3
|
||||
|
||||
[dbservers:vars]
|
||||
ansible_connection=ssh
|
||||
ansible_ssh_user=vagrant
|
||||
ansible_ssh_pass=vagrant
|
||||
ansible_become_pass=vagrant
|
||||
ansible_python_interpreter=/usr/bin/python3
|
||||
Reference in New Issue
Block a user