https://github.com/wluisaraujo/ansible-role-okd
Infrastructure as Code (IaC) with Ansible role for OpenShift Cluster Environment (Okd)
https://github.com/wluisaraujo/ansible-role-okd
ansible ansible-role okd openshift openshift-origin
Last synced: about 2 months ago
JSON representation
Infrastructure as Code (IaC) with Ansible role for OpenShift Cluster Environment (Okd)
- Host: GitHub
- URL: https://github.com/wluisaraujo/ansible-role-okd
- Owner: wluisaraujo
- License: gpl-3.0
- Created: 2019-06-14T13:26:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-02T19:11:34.000Z (about 6 years ago)
- Last Synced: 2025-01-18T14:29:36.812Z (9 months ago)
- Topics: ansible, ansible-role, okd, openshift, openshift-origin
- Homepage:
- Size: 1.19 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://galaxy.ansible.com/wluisaraujo/okd) [](https://travis-ci.org/wluisaraujo/ansible-role-okd)
# Infrastructure as Code: with [Ansible](https://www.ansible.com) role to for OpenShift Cluster Environment [OKD](https://www.okd.io/)
------------Description
------------*
Requerimento
------------* Sistemas operacionais RedHat, CentOS, Fedora Release 7 ou Superior
* Docker
* Resolução dns para os nomes dos hosts.Installation
------------Installation
------------```console
vagrant@localhost:~$ ansible-galaxy install wluisaraujo.okd
vagrant@localhost:~$ ansible-galaxy install -r wluisaraujo.okd/requirements.txt
```Role Variables
--------------[defaults/main.yml](defaults/main.yml)
Dependencies
------------* docker
Example Playbook
----------------
```yaml
---
- hosts: localhost
vars_files:
- vars/main.yml
roles:
- okd
...
```Examplo Cenário
----------------1 host master
2 hosts app-node
----------------
[](https://www.gnu.org/licenses/gpl-3.0.pt-br.html)