From 426327ad566a2b834389348616d9b1eeddd0d585 Mon Sep 17 00:00:00 2001 From: Tim Zabel Date: Aug 20 2019 14:00:19 +0000 Subject: Fix roles path to use jwflory.teleirc. --- diff --git a/docs/modules/ROOT/pages/create-new-bot.adoc b/docs/modules/ROOT/pages/create-new-bot.adoc index 0cecc3c..eddda96 100644 --- a/docs/modules/ROOT/pages/create-new-bot.adoc +++ b/docs/modules/ROOT/pages/create-new-bot.adoc @@ -19,7 +19,7 @@ Set up Ansible Vault on your workstation with these steps: . Request Ansible Vault passphrase from SIG sponsor footnote:[The passphrase is sent via GPG-encrypted email or a Telegram https://telegram.org/faq#secret-chats[Secret Chat]. Find out who is a sponsor by checking https://admin.fedoraproject.org/accounts/group/members/sysadmin-teleirc/[this list].]. . Insert plain-text passphrase in this file: `~/.config/ansible/teleirc_ansible_vault_pass` . Change file permissions to prevent unauthorized access: (`chmod 600 ~/.config/ansible/teleirc_ansible_vault_pass`) -. Open secrets file: `ansible-vault edit roles/teleirc/vars/vault.yml` footnote:[You must be in the root directory of the project, with `ansible.cfg`, for Ansible Vault to work automatically.] +. Open secrets file: `ansible-vault edit roles/jwflory.teleirc/vars/vault.yml` footnote:[You must be in the root directory of the project, with `ansible.cfg`, for Ansible Vault to work automatically.] == Add self to authorized_users @@ -27,7 +27,7 @@ Set up Ansible Vault on your workstation with these steps: _For SIG members only._ Add your system user on the TeleIRC host machine to the TeleIRC admin group. -Authorized users are listed at `roles/teleirc/vars/main.yml`. +Authorized users are listed at `roles/jwflory.teleirc/vars/main.yml`. Add a new line to the list with your FAS username to grant access. If you cannot log in with your FAS footnote:[FAS: Fedora Account System] account, contact a sponsor for help. @@ -35,7 +35,7 @@ If you cannot log in with your FAS footnote:[FAS: Fedora Account System] account == Add new bot in main.yml variable file -Add a new bot by adding a section to `roles/teleirc/vars/main.yml`. +Add a new bot by adding a section to `roles/jwflory.teleirc/vars/main.yml`. Bots are sorted alphabetically. Please preserve this sort order. @@ -59,7 +59,7 @@ bots: <1> Change TEAMNAME to a _lower-case_ team, SIG, or sub-project name <2> "cn" means common name. Used for directories and systemd unit files. <3> Ignore specific IRC nicks. Messages from these nicks will not go to Telegram (helpful for fedmsg bots). -<4> Defaults to Freenode. Defaults placed at top of `roles/teleirc/vars/main.yml`. +<4> Defaults to Freenode. Defaults placed at top of `roles/jwflory.teleirc/vars/main.yml`. == Add new bot secrets in vault.yml variable file @@ -72,7 +72,7 @@ SIG members are _not_ expected to create the Telegram bot unless absolutely nece Edit the secrets file from the root directory of the repo: - ansible-vault edit roles/teleirc/vars/vault.yml + ansible-vault edit roles/jwflory.teleirc/vars/vault.yml Add provided Telegram secrets in the following format. Note this list is also sorted alphabetically: