feat(ansible): Add production inventory
This commit is contained in:
11
ansible/webserver-automation/inventory/production
Normal file
11
ansible/webserver-automation/inventory/production
Normal file
@@ -0,0 +1,11 @@
|
||||
# Production Inventory
|
||||
|
||||
[webservers]
|
||||
web1.example.com ansible_host=192.168.1.10
|
||||
web2.example.com ansible_host=192.168.1.11
|
||||
|
||||
[all:vars]
|
||||
ansible_user=ubuntu
|
||||
ansible_ssh_private_key_file=~/.ssh/id_rsa
|
||||
ansible_python_interpreter=/usr/bin/python3
|
||||
environment=production
|
||||
Reference in New Issue
Block a user