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