From 9f5621bee162a8448129a4d42b723c4b851124c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Fri, 1 Dec 2017 14:19:35 +0100 Subject: [PATCH] rename the lab group to "itix" in inventory --- playbooks/post-install.yml | 2 +- playbooks/preparation.yml | 2 +- playbooks/switch-to-iptables.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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