Skip to content
Snippets Groups Projects
Commit 1dc45a3d authored by jurgenhaas's avatar jurgenhaas
Browse files

Allow a playbook to turn of remote updates

parent a0415ab0
No related branches found
No related tags found
No related merge requests found
--- ---
# file: roles/serverdensity/defaults/main.yml # file: roles/serverdensity/defaults/main.yml
sd_update_remote: true
sd_url: '' sd_url: ''
sd_api_token: '' sd_api_token: ''
sd_api_cache_file: false sd_api_cache_file: false
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
cleanup={{sd_alert_cleanup}} cleanup={{sd_alert_cleanup}}
force={{ sd_force_update }} force={{ sd_force_update }}
cache={{sd_api_cache_file}} cache={{sd_api_cache_file}}
when: sd_update_remote
- name: 'ServerDensity | Install Public Repo Key' - name: 'ServerDensity | Install Public Repo Key'
apt_key: apt_key:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment