|
|
|
@@ -76,7 +76,11 @@ Steps 3 and 4 need to be done for each new room you'd like the bot to deliver al |
|
|
|
|
|
|
|
## Installing |
|
|
|
|
|
|
|
Now that you've [prepared the bot account and room](#account-and-room-preparation), [configured the playbook](#adjusting-the-playbook-configuration), and potentially [adjusted your DNS records](#adjusting-dns-records), you can run the [installation](installing.md) command: `just install-all` |
|
|
|
Now that you've [prepared the bot account and room](#account-and-room-preparation), [configured the playbook](#adjusting-the-playbook-configuration), and potentially [adjusted your DNS records](#adjusting-dns-records), you can run the [installation](installing.md) command: |
|
|
|
|
|
|
|
```sh |
|
|
|
ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start |
|
|
|
``` |
|
|
|
|
|
|
|
Then, you can proceed to [Usage](#usage). |
|
|
|
|
|
|
|
|