All my Ansible Playbooks
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

32 lines
530 B

---
- name: Bootstrap one or more RHEL7 nodes
hosts: bootstrap
become: no
roles:
- bootstrap
- register-rhn
- name: Install the required package for an OpenShift Lab
hosts: lab
become: yes
vars:
- basedir: "{{ lookup('env', 'BASEDIR') }}"
roles:
# - base
# - openshift-prereq
- name-resolution
- name: Install Docker
hosts:
- nodes
- masters
become: yes
roles:
# - docker
- name: Install the admin node
hosts: admin
become: yes
roles:
# - nfs