- Refactor Makefile to enhance command structure, including clearer descriptions and usage examples for targets related to development, inventory, and monitoring tasks. - Update inventory files to ensure correct host configurations and user settings, including adjustments to ansible_user for specific hosts. - Modify group_vars to streamline Tailscale configuration and ensure proper handling of authentication keys. These changes improve the clarity and usability of the Makefile and inventory setup, facilitating smoother operations across the infrastructure.
6 lines
125 B
YAML
6 lines
125 B
YAML
---
|
|
# Monitoring role defaults
|
|
monitoring_install_btop: true
|
|
monitoring_enable_sysstat: true
|
|
monitoring_create_scripts: true
|