summaryrefslogtreecommitdiffstats
path: root/docker-inventory.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-inventory.yaml')
-rw-r--r--docker-inventory.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/docker-inventory.yaml b/docker-inventory.yaml
new file mode 100644
index 0000000..6caa3e3
--- /dev/null
+++ b/docker-inventory.yaml
@@ -0,0 +1,10 @@
+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