summaryrefslogtreecommitdiffstats
path: root/docker-playbook.yml
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-10-14 21:35:40 -0400
committerSacha Chua <sacha@sachachua.com>2022-10-14 21:35:40 -0400
commit5266ca74db9f1e1442d957bbd4be17335266b261 (patch)
tree9c6f8d6a9a1ba775fa58ba275037f6219e03bb3c /docker-playbook.yml
parent2d391af591700ae52b4f2630454eb31dcbbdd3ad (diff)
downloademacsconf-ansible-5266ca74db9f1e1442d957bbd4be17335266b261.tar.xz
emacsconf-ansible-5266ca74db9f1e1442d957bbd4be17335266b261.zip
Make docker wiki work
Diffstat (limited to 'docker-playbook.yml')
-rw-r--r--docker-playbook.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docker-playbook.yml b/docker-playbook.yml
index 124c55d..be8472b 100644
--- a/docker-playbook.yml
+++ b/docker-playbook.yml
@@ -6,7 +6,7 @@
- include_vars:
file: docker-vars.yml
- name: Create a front container to be provisioned later
- tags: docker-front
+ tags: wiki
hosts: localhost
tasks:
- name: create docker container
@@ -14,13 +14,13 @@
name: emacsconf-front
image: python:3-buster
command: ["sleep", "1d"]
- pull: yes
+ volumes: "{{ ikiwiki_git_source }}:{{ ikiwiki_git_source_mount }}"
published_ports:
- "28080:80"
- "2022:22"
- name: Provision the emacsconf-front container created above
- tags: docker-front
+ tags: wiki
hosts: emacsconf-front
roles:
- wiki