using variables for domain and guid to run added to readme

This commit is contained in:
Muhammed Hussein Karimi
2021-10-22 20:52:13 +03:30
parent e0e5f3518a
commit 90ebf4f66c
2 changed files with 12 additions and 6 deletions

View File

@@ -9,5 +9,11 @@ This playbook comes with three roles
To see more info see docker-compose, tasks and config files
I will try to make this readme better
> Replace status.yoursite with your domain name
## To run it
1. run `ansible-galaxy install -r ansible-requirements.yml` to get requirements
2. prepare inventory hosts
3. to run playbook
```bash
ansible-playbook ./playbook.yml -i <your inventory path> --extra-vars "kuma_domain=<uptime kuma domain>"
```
you can use other ansible playbook options too