From a125ec65a120ce23e4e692a48eaa169bc40e5506 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Mon, 30 Jun 2025 17:11:10 -0400 Subject: ansible refactor to newer methods --- ansible/roles/monitoring/meta/argument_specs.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ansible/roles/monitoring/meta/argument_specs.yaml (limited to 'ansible/roles/monitoring/meta/argument_specs.yaml') diff --git a/ansible/roles/monitoring/meta/argument_specs.yaml b/ansible/roles/monitoring/meta/argument_specs.yaml new file mode 100644 index 0000000..54b59c3 --- /dev/null +++ b/ansible/roles/monitoring/meta/argument_specs.yaml @@ -0,0 +1,10 @@ +--- + +argument_specs: + main: + short_description: Main entry point for the monitoring role + description: + - This role installs the Prometheus + Grafana as systemd services. + author: + - Kumar Damani + options: {} -- cgit v1.2.3