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:
David Kirwan 2022-08-09 14:52:04 +01:00
parent d434d6f352
commit b430063f7f
5 changed files with 20 additions and 0 deletions

View 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

View file

@ -0,0 +1 @@
world: "World"

View file

@ -0,0 +1,5 @@
---
- name: Hello
ansible.builtin.debug:
msg: "{{world}}"

View file

View file