summaryrefslogtreecommitdiff
path: root/munin-node/tasks/main.yml
AgeCommit message (Collapse)Author
16 hoursDon't install prosody plugins by defaultmainMatthew Fennell
I want to set up monitoring on fennell.dev and search.fennell.dev - neither of which have a postgres instance or should include other prosody-related plugins in the future. Therefore, configure a base set of plugins that should always be included, and let extra plugins / configuration be driven by extra_profiles. Over time, I'll want to create profile maps (containing config for the necessary packages/plugins to install/configure for that profile) to avoid unnecessary duplication of tasks, but for now, it's sufficient.
17 hoursMove munin-node template from xmpp-serverMatthew Fennell
This was the only config file still dependent on the wider playbook. There are still multiple variables that are neither defined in the playbook nor in argument_specs. This would be good to clean up later.
17 hoursCopy munin-node tasks & handlers from xmpp-serverMatthew Fennell
This is a straightforward copy and delete from the xmpp-server playbook for now. Cleanup (for instance, adding a prefix to the variable names) will come later.
17 hoursansible-galaxy init munin-nodeMatthew Fennell
Clear out subdirectories which are unlikely to be needed, and install the plugin by default during make.