summaryrefslogtreecommitdiffstats
path: root/README.org
blob: b49bd3f017ee6d74381bb3f6c46d2c7b5acd0503 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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