Answers for "ansible hosts inventory example"

0

ansible hosts inventory example

# Added aliases to execute individually if needed

[testers]
test ansible_host=xx.xxx.xxx.xxx ansible_user=ec2-user
test2 ansible_host=xx.xxx.xxx.xx ansible_user=ec2-user
test3 ansible_host=xx.xxx.xxx.xx ansible_user=ec2-user

# Added python interpreter

[all:vars]
ansible_python_interpreter=/usr/bin/python3
Posted by: Guest on February-17-2022

Browse Popular Code Answers by Language