From 7671b51616a25fa6cff9c26fe65d5f703ff94e21 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Mon, 17 Oct 2022 17:44:06 -0400 Subject: Get wiki role to push updates to the right place in docker Ikiwiki has this three-repo setup with post-update hooks --- docker-inventory.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'docker-inventory.yml') 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 - + -- cgit v1.2.3