Skip to content

Instantly share code, notes, and snippets.

@dav1x
Created August 27, 2018 18:23
Show Gist options
  • Save dav1x/82fb477f611fa771a6cdfe5c841555d2 to your computer and use it in GitHub Desktop.
Save dav1x/82fb477f611fa771a6cdfe5c841555d2 to your computer and use it in GitHub Desktop.
- name: Configure the apps and projects for the refarch
hosts: masters[0]
become: true
gather_facts: false
tasks:
- name: Check for CDE1 project
command: oc get project cde1
register: cde1_exists
ignore_errors: true
run_once: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment