1
0
mirror of https://github.com/appuio/ansible-module-openshift.git synced 2026-02-05 15:45:23 +01:00
Daniel Tschan 4247dc8733 openshift_resource: Avoid resource normalization.
Switch from oc new-app to oc process to avoid resource normalization, e.g. removal of booleans which have default values.
2017-09-18 19:22:57 +02:00
2017-04-21 21:28:20 +02:00
2017-04-21 21:28:20 +02:00
2017-04-21 21:28:20 +02:00
2017-04-21 21:28:20 +02:00
2017-04-21 21:28:20 +02:00

OpenShift Ansible Modules

This repository contains an Ansible role providing Ansible modules for configuring OpenShift 3 clusters.

The role is downloadable via ansible-galaxy and designed to be used as a dependency of other roles, e.g.:

meta/main.yml of your role:

dependencies:
  - src: git+https://github.com/appuio/ansible-module-openshift.git
    version: v1.0.0

Documentation of the roles is contained within the roles as per Ansible conventions.

Description
Ansible Modules for Configuring OpenShift 3
Readme Apache-2.0 170 KiB
Languages
Python 100%