From 508aba7647be4037d3d4d50948dc5dae6b3dbc2d Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Sat, 8 Oct 2022 12:47:52 -0400 Subject: Starting point --- README.org | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'README.org') 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 -- cgit v1.2.3