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