We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 855b08f commit 8a9c4e6Copy full SHA for 8a9c4e6
roles/smokeping_prober/defaults/main.yml
@@ -33,3 +33,6 @@ smokeping_prober_binary_install_dir: "/usr/local/bin"
33
smokeping_prober_config_dir: "/etc/smokeping_prober"
34
smokeping_prober_system_group: "smokeping"
35
smokeping_prober_system_user: "{{ smokeping_prober_system_group }}"
36
+
37
+# Local path to stash the archive and its extraction
38
+smokeping_archive_path: /tmp
0 commit comments