Skip to content

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

License

Notifications You must be signed in to change notification settings

wluisaraujo/ansible-role-okd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published