diff options
author | Sacha Chua <sacha@sachachua.com> | 2024-10-03 08:10:38 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2024-10-03 08:10:38 -0400 |
commit | 8c710a23c3d81b56333b011ebd0ae095f22f661d (patch) | |
tree | e683d82813d527a2f640525af2b5c86307a68c3f /organizers-notebook | |
parent | 6150c0e6344d9ab065d0dd105a75cbc18e556df6 (diff) | |
download | emacsconf-wiki-8c710a23c3d81b56333b011ebd0ae095f22f661d.tar.xz emacsconf-wiki-8c710a23c3d81b56333b011ebd0ae095f22f661d.zip |
add ansible note
Diffstat (limited to 'organizers-notebook')
-rw-r--r-- | organizers-notebook/index.org | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/organizers-notebook/index.org b/organizers-notebook/index.org index 47c45691..d8a01531 100644 --- a/organizers-notebook/index.org +++ b/organizers-notebook/index.org @@ -187,3 +187,8 @@ For each talk: ssh bbb.emacsverse.org docker exec -it greenlight-v2 bundle exec rake user:create["USERNAME","EMAIL","PASSWORD","user"] #+end_src +** Ansible + +#+begin_src sh :eval no +git clone git@git.emacsconf.org:pub/emacsconf-ansible +#+end_src |