CommuniShift: Playbook and role for communishift tenant onboarding.
Signed-off-by: David Kirwan <dkirwan@redhat.com> Signed-off-by: Lenka Segura <lsegura@redhat.com> Signed-off-by: Patrik Polakovic <ppolakov@redhat.com>
This commit is contained in:
parent
d434d6f352
commit
b430063f7f
5 changed files with 20 additions and 0 deletions
14
playbooks/manual/communishift.yml
Normal file
14
playbooks/manual/communishift.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
- hosts: localhost
|
||||
user: root
|
||||
gather_facts: false
|
||||
|
||||
roles:
|
||||
- role: communishift
|
||||
project_name: communishift-dev
|
||||
project_description: CommuniShift Administration
|
||||
appowners:
|
||||
- dkirwan
|
||||
- lenkaseg
|
||||
- patrikp
|
||||
|
1
roles/communishift/default/main.yml
Normal file
1
roles/communishift/default/main.yml
Normal file
|
@ -0,0 +1 @@
|
|||
world: "World"
|
5
roles/communishift/tasks/main.yml
Normal file
5
roles/communishift/tasks/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: Hello
|
||||
ansible.builtin.debug:
|
||||
msg: "{{world}}"
|
||||
|
0
roles/communishift/templates/main.yml
Normal file
0
roles/communishift/templates/main.yml
Normal file
0
roles/communishift/vars/main.yml
Normal file
0
roles/communishift/vars/main.yml
Normal file
Loading…
Add table
Add a link
Reference in a new issue