diff --git a/ansible/README.md b/ansible/README.md index e69de29..2211b52 100644 --- a/ansible/README.md +++ b/ansible/README.md @@ -0,0 +1,2 @@ +# TODO +- [] Generalize `inventory.ini` using `terraform output` diff --git a/ansible/inventory.ini b/ansible/inventory.ini new file mode 100644 index 0000000..95772bc --- /dev/null +++ b/ansible/inventory.ini @@ -0,0 +1,10 @@ +[master] +172.16.1.11 + +[worker] +172.16.1.21 +172.16.1.22 + +[all:vars] +ansible_user=ansible +ansible_ssh_private_key_file=../terraform/.local/.ssh/id_rsa