Browse Source

Merge branch 'master' of github.com:nmasse-itix/OpenShift-Host-Preparation

master
Nicolas Massé 7 years ago
parent
commit
c53b02e58a
  1. 2
      README.md
  2. 4
      prepare.yml

2
README.md

@ -57,7 +57,7 @@ This playbook goes through the following steps:
- Install Docker
- Configure Docker for OverlayFS
- Make sure the filesystem holding `/var/lib/docker` is formatted as XFS
- Install the `atomic-openshift-utils` package
- Install the `openshift-ansible` package
Note: several steps require a reboot to apply the new configuration or detect
any misconfiguration, be prepared!

4
prepare.yml

@ -382,8 +382,8 @@
enabled: yes
tags: docker
- name: Install atomic-openshift-utils
- name: Install openshift-ansible
yum:
name: atomic-openshift-utils
name: openshift-ansible
state: installed
tags: rpm,openshift

Loading…
Cancel
Save