diff --git a/inventory.ini b/inventory.ini new file mode 100644 index 0000000..e159779 --- /dev/null +++ b/inventory.ini @@ -0,0 +1,5 @@ +[ansiblegroup] +172.31.33.2 ansible_user=devops + +[ansiblegroup:vars] +ansible_ssh_common_args='-o StrictHostKeyChecking=no'