From 22f787280a95e159113cc594e0480d59b2642ade Mon Sep 17 00:00:00 2001 From: Kenny Woodson Date: Thu, 7 Sep 2017 16:39:21 -0400 Subject: ami build process calls openshift-node/config.yml --- playbooks/aws/openshift-cluster/build_ami.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'playbooks/aws/openshift-cluster/build_ami.yml') diff --git a/playbooks/aws/openshift-cluster/build_ami.yml b/playbooks/aws/openshift-cluster/build_ami.yml index d3c0057b5..fc11205d8 100644 --- a/playbooks/aws/openshift-cluster/build_ami.yml +++ b/playbooks/aws/openshift-cluster/build_ami.yml @@ -63,15 +63,8 @@ - name: run the std_include include: ../../common/openshift-cluster/initialize_openshift_repos.yml -- hosts: nodes - remote_user: root - tasks: - - set_fact: - openshift_node_bootstrap: True - - - name: run openshift image preparation - include_role: - name: openshift_node +- name: install node config + include: ../../common/openshift-node/config.yml - hosts: localhost connection: local -- cgit v1.2.3