summaryrefslogtreecommitdiffstats
path: root/README.org
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-10-08 12:47:52 -0400
committerSacha Chua <sacha@sachachua.com>2022-10-08 12:47:52 -0400
commit508aba7647be4037d3d4d50948dc5dae6b3dbc2d (patch)
tree83a0b72199da1f8442513da0aedda86c5cb0cb5d /README.org
parent81d655d5f23c73004fae0e4391ab8f518f0e2ed6 (diff)
downloademacsconf-ansible-508aba7647be4037d3d4d50948dc5dae6b3dbc2d.tar.xz
emacsconf-ansible-508aba7647be4037d3d4d50948dc5dae6b3dbc2d.zip
Starting point
Diffstat (limited to 'README.org')
-rw-r--r--README.org21
1 files changed, 21 insertions, 0 deletions
diff --git a/README.org b/README.org
index cb70b49..b49bd3f 100644
--- a/README.org
+++ b/README.org
@@ -1,2 +1,23 @@
This repository contains infrastructure-as-code ansible configurations
for various pieces of the EmacsConf infrastructure.
+
+To run the playbook:
+ansible-playbook -i inventory.yaml playbook.yaml
+
+Update a specific talk's before/nav and the main schedule: (ex: wayland)
+ansible-playbook playbook.yaml -e '{"slug": "wayland"}' -i inventory.yaml
+
+/etc/ansible/hosts:
+
+#+begin_example
+[emacsconf-web]
+front0.emacsconf.org
+#+end_example
+
+~/.ssh/config
+
+#+begin_example
+Host front0.emacsconf.org
+ Hostname front0.emacsconf.org
+ User orga
+#+end_example