diff --git a/inventory b/inventory new file mode 100644 index 0000000..96f7bef --- /dev/null +++ b/inventory @@ -0,0 +1,14 @@ +# This group of hosts use Python3 +[py3hosts] +snackpot.test +snackpot.noodlefactory.co.uk + +[py3hosts:vars] +ansible_python_interpreter=/usr/bin/python3 + +[all] +snackpot.test +snackpot.noodlefactory.co.uk + +[test] +snackpot.test