Ensures that:
- OpenShift is installed and running as a systemd service
oc
andoadm
clients are installed- integrated Docker registry is started and exposed as service to the outside world
This playbook has been tested against Fedora 26.
ansible-galaxy install hekonsek.fedora-openshift,0.5
project_name
- Kubernetes project name to use. Default value isdefault
.router_host
- host name used by router to expose services to the outside world. Default value isrouter.default.svc.cluster.local
.
- hosts: localhost
remote_user: root
roles:
- { role: hekonsek.fedora-openshift,0.5 }
Apache 2.0