CodeReady Containers
Document Control
TODO:
- Overall structure.
- Initial draft complete
- Testing
- Ready
User Story: Codeready Containers
As a: OpenShift Developer
I want to: run OpenShift on my local development environment
So that: I can provision a minimal, pre-configured OpenShift 4.x development cluster and start coding.
Using the role
Using the role in a playbook
--- - name: Install codeready-containers hosts: all tasks: - name: codeready-containers is configured import_role: name: devopstoolbox.codeready-containers vars: codeready-containers_enable_service: true tags: codeready-containers
# Install the role ansible-galaxy install devopstoolbox.codeready-containers # Run the playbook ansible-playbook codeready-containers-playbook.yml
Last update: 2020-02-09