summaryrefslogtreecommitdiffstats
path: root/docker-inventory.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-inventory.yml')
-rw-r--r--docker-inventory.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/docker-inventory.yml b/docker-inventory.yml
new file mode 100644
index 0000000..b1be91e
--- /dev/null
+++ b/docker-inventory.yml
@@ -0,0 +1,11 @@
+all:
+ hosts:
+ emacsconf-front:
+ ansible_connection: docker
+ ansible_python_interpreter: /usr/bin/python3
+ emacsconf-pad:
+ ansible_connection: docker
+ ansible_python_interpreter: /usr/bin/python3
+ localhost:
+ ansible_connection: local
+