adding "demo" to turn off IBM community grid

This commit is contained in:
ipvsean
2020-05-21 10:52:06 -04:00
parent 8afcac4d1e
commit 6943d9e88d
2 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
---
- name: turn off community-grid
hosts: "{{ HOSTS | default('web') }}"
gather_facts: false
become: yes
tasks:
- name: enable and start boinc-client
systemd:
name: boinc-client
state: stopped
enabled: false