diff options
author | Russell Teague <rteague@redhat.com> | 2017-11-16 16:32:38 -0500 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-11-21 15:05:23 -0500 |
commit | d448704c0e67494387d80c2fa2348d25e848c8d3 (patch) | |
tree | f88c034a0da1c7bc7f9c42c1e07ea1a216bde22b /playbooks/common/openshift-node/config.yml | |
parent | 8d12df4b390832664f0be2d9955440bdeb00bb29 (diff) | |
download | openshift-d448704c0e67494387d80c2fa2348d25e848c8d3.tar.gz openshift-d448704c0e67494387d80c2fa2348d25e848c8d3.tar.bz2 openshift-d448704c0e67494387d80c2fa2348d25e848c8d3.tar.xz openshift-d448704c0e67494387d80c2fa2348d25e848c8d3.zip |
Playbook Consolidation - openshift-node
Diffstat (limited to 'playbooks/common/openshift-node/config.yml')
-rw-r--r-- | playbooks/common/openshift-node/config.yml | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/playbooks/common/openshift-node/config.yml b/playbooks/common/openshift-node/config.yml deleted file mode 100644 index 28e3c1b1b..000000000 --- a/playbooks/common/openshift-node/config.yml +++ /dev/null @@ -1,38 +0,0 @@ ---- -- name: Node Install Checkpoint Start - hosts: all - gather_facts: false - tasks: - - name: Set Node install 'In Progress' - run_once: true - set_stats: - data: - installer_phase_node: - status: "In Progress" - start: "{{ lookup('pipe', 'date +%Y%m%d%H%M%SZ') }}" - -- include: certificates.yml - -- include: setup.yml - -- include: containerized_nodes.yml - -- include: configure_nodes.yml - -- include: additional_config.yml - -- include: manage_node.yml - -- include: enable_excluders.yml - -- name: Node Install Checkpoint End - hosts: all - gather_facts: false - tasks: - - name: Set Node install 'Complete' - run_once: true - set_stats: - data: - installer_phase_node: - status: "Complete" - end: "{{ lookup('pipe', 'date +%Y%m%d%H%M%SZ') }}" |