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

View File

@@ -0,0 +1,22 @@
---
deploy_application:
author: "Sean Cavanaugh"
category: infrastructure
name: "INFRASTRUCTURE / Turn off IBM Community Grid"
description: "this role turns off IBM Community Grid boinc-client"
job_type: "run"
inventory: "Workshop Inventory"
playbook: "playbooks/infrastructure/turn_off_community_grid.yml"
credential: "Workshop Credential"
survey_enabled: false
project:
name: "Ansible official demo project"
description: "prescriptive demos from Red Hat Management Business Unit"
organization: "Default"
scm_type: git
scm_url: "https://github.com/ansible/product-demos"
workshop_type:
- f5
- rhel
- rhel_90
- demo