Part of <https://www.notion.so/Create-stacks-for-mainnet-1f2a6b22d4728034be4be2c51decf94e> Reviewed-on: #15 Co-authored-by: Nabarun <nabarun@deepstacksoft.com> Co-committed-by: Nabarun <nabarun@deepstacksoft.com>
10 lines
267 B
Plaintext
10 lines
267 B
Plaintext
[local]
|
|
localhost ansible_connection=local
|
|
|
|
[remote]
|
|
# Replace these values with your actual remote host details
|
|
remote_host ansible_host=your.remote.host ansible_user=your_remote_user ansible_ssh_common_args='-o ForwardAgent=yes'
|
|
|
|
[multihosts:children]
|
|
local
|
|
remote |