summaryrefslogtreecommitdiffstats
path: root/README.org
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 /README.org
parent2d391af591700ae52b4f2630454eb31dcbbdd3ad (diff)
downloademacsconf-ansible-5266ca74db9f1e1442d957bbd4be17335266b261.tar.xz
emacsconf-ansible-5266ca74db9f1e1442d957bbd4be17335266b261.zip
Make docker wiki work
Diffstat (limited to 'README.org')
-rw-r--r--README.org10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.org b/README.org
index e115ef7..643817f 100644
--- a/README.org
+++ b/README.org
@@ -12,7 +12,10 @@ Docker: needs docker-vars.yml, see docker-vars.yml.sample
Creating:
ansible-playbook -i docker-inventory.yml docker-playbook.yml --tags wiki
-Hmm... How do I want to do this? I have a 2022-pages in my local repo, not pushed to the git. So Docker needs to mount it.
+Reusing:
+ansible-playbook -i docker-inventory.yml docker-reuse-playbook.yml --tags wiki
+
+http://localhost:28080/
** Publishing
*** Prod
To run the playbook and publish the main schedule:
@@ -26,10 +29,11 @@ ansible-playbook -i inventory.yml prod-playbook.yml --tags publish -e force_publ
*** Docker
Creating:
-- ansible-playbook -i docker-inventory.yml docker-playbook.yml
+ansible-playbook -i docker-inventory.yml docker-playbook.yml --tags wiki,publish
Reusing:
-- ansible-playbook -i docker-inventory.yml docker-reuse-playbook.yml
+ansible-playbook -i docker-inventory.yml docker-reuse-playbook.yml --tags publish
+
With docker:
https://stackoverflow.com/questions/24738264/how-to-test-ansible-playbook-using-docker
* Pad