diff --git a/playbooks/post-install.yml b/playbooks/post-install.yml index 74380a2..1b48d02 100644 --- a/playbooks/post-install.yml +++ b/playbooks/post-install.yml @@ -1,7 +1,7 @@ --- - name: Complete the OpenShift installation - hosts: lab + hosts: itix become: yes roles: - { name: 'hostpath-provisioner', tags: 'hostpath-provisioner' } diff --git a/playbooks/preparation.yml b/playbooks/preparation.yml index 175b3bf..651c2b5 100644 --- a/playbooks/preparation.yml +++ b/playbooks/preparation.yml @@ -1,7 +1,7 @@ --- - name: Prepare an "All-in-one" VM for OpenShift - hosts: lab + hosts: itix become: yes roles: - { name: 'base', tags: 'base' } diff --git a/playbooks/switch-to-iptables.yml b/playbooks/switch-to-iptables.yml index 600ef45..2f7c0f5 100644 --- a/playbooks/switch-to-iptables.yml +++ b/playbooks/switch-to-iptables.yml @@ -1,7 +1,7 @@ --- - name: Switch to iptables - hosts: lab + hosts: itix become: yes tasks: - name: Install iptables-services