|
@@ -9,19 +9,14 @@
|
|
|
template:
|
|
|
dest: "/etc/systemd/system/{{ openshift_service_type }}-node.service"
|
|
|
src: "node.service.j2"
|
|
|
- when: not l_is_node_system_container | bool
|
|
|
+ when: not openshift_is_atomic | bool
|
|
|
notify:
|
|
|
- reload systemd units
|
|
|
|
|
|
-- block:
|
|
|
- - name: Remove existing systemd service
|
|
|
- file:
|
|
|
- path: "/etc/systemd/system/{{ openshift_service_type }}-node.service"
|
|
|
- state: absent
|
|
|
- when: not openshift_is_bootstrapped
|
|
|
- - name: Install node system container
|
|
|
- import_tasks: node_system_container.yml
|
|
|
- when: l_is_node_system_container | bool
|
|
|
+- name: Install node system container
|
|
|
+ import_tasks: node_system_container.yml
|
|
|
+ when: openshift_is_atomic | bool
|
|
|
+
|
|
|
|
|
|
- import_tasks: config/configure-node-settings.yml
|
|
|
- import_tasks: config/configure-proxy-settings.yml
|