From 1b00f09633fa68ca6ff382c665e06bfe52e0ea2e Mon Sep 17 00:00:00 2001 From: Sebastien Chabrolles Date: Fri, 14 Aug 2020 08:33:02 +0200 Subject: [PATCH] Run ocp-customization only as a playbook Fixes #11 Signed-off-by: Sebastien Chabrolles --- playbooks/customization.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 playbooks/customization.yaml diff --git a/playbooks/customization.yaml b/playbooks/customization.yaml new file mode 100644 index 00000000..28538c4d --- /dev/null +++ b/playbooks/customization.yaml @@ -0,0 +1,7 @@ +--- +# file: customization.yml + +- name: OCP post-install customizations + hosts: bastion + roles: + - ocp-customization