reverting b/c symbolic link doesn't work :-|
This commit is contained in:
11
playbooks/infrastructure/turn_off_community_grid.yml
Normal file
11
playbooks/infrastructure/turn_off_community_grid.yml
Normal 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
|
||||
Reference in New Issue
Block a user