add inventory
This commit is contained in:
@@ -2,7 +2,8 @@
|
|||||||
inventory = inventory.ini
|
inventory = inventory.ini
|
||||||
host_key_checking = False
|
host_key_checking = False
|
||||||
retry_files_enabled = False
|
retry_files_enabled = False
|
||||||
stdout_callback = yaml
|
stdout_callback = default
|
||||||
|
result_format = yaml
|
||||||
interpreter_python = auto_silent
|
interpreter_python = auto_silent
|
||||||
|
|
||||||
[ssh_connection]
|
[ssh_connection]
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
# Set ansible_host (and ansible_user if not root) to real values.
|
# Set ansible_host (and ansible_user if not root) to real values.
|
||||||
|
|
||||||
[stage]
|
[stage]
|
||||||
stage01 ansible_host=CHANGE_ME ansible_user=ubuntu
|
stage01 ansible_host=172.25.25.209 ansible_user=ubuntu
|
||||||
|
|
||||||
[prod]
|
[prod]
|
||||||
prod01 ansible_host=CHANGE_ME ansible_user=ubuntu
|
prod01 ansible_host=CHANGE_ME ansible_user=ubuntu
|
||||||
|
|||||||
Reference in New Issue
Block a user