Added inventory
This commit is contained in:
@@ -1,23 +1,24 @@
|
|||||||
all:
|
all:
|
||||||
ansible_python_interpreter: /usr/bin/python3.12
|
ansible_python_interpreter: /usr/bin/python3.12
|
||||||
|
|
||||||
database:
|
database:
|
||||||
hosts:
|
hosts:
|
||||||
db_server_1: 192.168.11.20
|
db_01:
|
||||||
|
ansible_host: 192.168.11.20
|
||||||
ansible_connection: ssh
|
ansible_connection: ssh
|
||||||
ansible_user: vagrant
|
ansible_user: vagrant
|
||||||
ansible_ssh_password: vagrant
|
ansible_ssh_password: vagrant
|
||||||
|
|
||||||
loadbalancer:
|
loadbalancer:
|
||||||
hosts:
|
hosts:
|
||||||
lb_server_1: 192.168.11.30
|
lb_01:
|
||||||
|
ansible_host: 192.168.11.30
|
||||||
ansible_connection: ssh
|
ansible_connection: ssh
|
||||||
ansible_user: vagrant
|
ansible_user: vagrant
|
||||||
ansible_ssh_password: vagrant
|
ansible_ssh_password: vagrant
|
||||||
|
|
||||||
webserver:
|
webserver:
|
||||||
hosts:
|
hosts:
|
||||||
ws_server_1: 192.168.11.40
|
db_01:
|
||||||
|
ansible_host: 192.168.11.40
|
||||||
ansible_connection: ssh
|
ansible_connection: ssh
|
||||||
ansible_user: vagrant
|
ansible_user: vagrant
|
||||||
ansible_ssh_password: vagrant
|
ansible_ssh_password: vagrant
|
||||||
Reference in New Issue
Block a user