/ansible-role-okd

Infrastructure as Code (IaC) with Ansible role for OpenShift Cluster Environment (Okd)

GNU General Public License v3.0GPL-3.0

Ansible Galaxy Build Status

Infrastructure as Code: with Ansible role to for OpenShift Cluster Environment OKD


Description

Requerimento

  • Sistemas operacionais RedHat, CentOS, Fedora Release 7 ou Superior
  • Docker
  • Resolução dns para os nomes dos hosts.

Installation

Installation

vagrant@localhost:~$ ansible-galaxy install wluisaraujo.okd
vagrant@localhost:~$ ansible-galaxy install -r wluisaraujo.okd/requirements.txt

Role Variables

defaults/main.yml

Dependencies

  • docker

Example Playbook

---
- hosts: localhost
  vars_files:
    - vars/main.yml 
  roles:
    - okd
...

Examplo Cenário

1 host master

2 hosts app-node


Licence