-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ansible role for installation and configuration #14
Comments
What do you mean by configuration after the installation? Which steps should be performed there? Is this a common practice to distribute such roles in a collection? |
Distribute roles in collections is a best practice, see here. Which steps should be performed there? At the moment a user using this collection need to write a big playbook to configure the uptime-kuma instance with your modules. My role compress this big playbook. For example the user only need to define a variable with http monitors and the role task will loop them:
|
Dear @lucasheld ,
at the moment I work on a ansible role that installs uptime-kuma with docker-compose. After the installation the role configures the uptime-kuma instance with your amazing modules.
I want to add the role to your collection.
Do you agree?
The text was updated successfully, but these errors were encountered: