Browse Source

rename the lab group to "itix" in inventory

master
Nicolas Massé 8 years ago
parent
commit
9f5621bee1
  1. 2
      playbooks/post-install.yml
  2. 2
      playbooks/preparation.yml
  3. 2
      playbooks/switch-to-iptables.yml

2
playbooks/post-install.yml

@ -1,7 +1,7 @@
--- ---
- name: Complete the OpenShift installation - name: Complete the OpenShift installation
hosts: lab hosts: itix
become: yes become: yes
roles: roles:
- { name: 'hostpath-provisioner', tags: 'hostpath-provisioner' } - { name: 'hostpath-provisioner', tags: 'hostpath-provisioner' }

2
playbooks/preparation.yml

@ -1,7 +1,7 @@
--- ---
- name: Prepare an "All-in-one" VM for OpenShift - name: Prepare an "All-in-one" VM for OpenShift
hosts: lab hosts: itix
become: yes become: yes
roles: roles:
- { name: 'base', tags: 'base' } - { name: 'base', tags: 'base' }

2
playbooks/switch-to-iptables.yml

@ -1,7 +1,7 @@
--- ---
- name: Switch to iptables - name: Switch to iptables
hosts: lab hosts: itix
become: yes become: yes
tasks: tasks:
- name: Install iptables-services - name: Install iptables-services

Loading…
Cancel
Save