Code Monkey home page Code Monkey logo

ansible-openshift-common-facts's Introduction

Ansible Role: Commons Facts on OpenShift Build Status

Ansible Role for setting commons facts such as apps hostname and OpenShift CLI options.

This role sets the following facts to be used by other roles:

  • apps_hostname_suffix: apps route hostname suffix

    An example of using this fact would be app-project.{{ apps_hostname_suffix }}

  • openshift_master: openshift master

    If oc is already authenticated to OpenShift master, the same master url would be set as this fact

  • openshift_cli: oc command appened with authentication and server options

    Example: oc --server=https://master:8443 --insecure-skip-tls-verify=true --token="lg4a*******"

Role Variables

Variable Default Value Description
set_hostname_suffix true If true, the default apps hostname is set as the apps_hostname_suffix fact
oc_kube_config - Path to .kube/config to be used for authentication to OpenShift master
oc_token - OpenShift CLI token to be used for authentication to OpenShift master
openshift_master - OpenShift master

Example Playbook

name: Example Playbook
hosts: localhost
tasks:
- import_role:
    name: siamaksade.openshift_common_facts
  vars:
    set_hostname_suffix: false
    oc_token: "lg4a*******"
    openshift_master: "http://master:8443"

ansible-openshift-common-facts's People

Contributors

siamaksade avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.