|
@@ -2,10 +2,6 @@
|
|
|
- name: Install the systemd units
|
|
|
include: systemd_units.yml
|
|
|
|
|
|
-- name: Setup tuned
|
|
|
- include: tuned.yml
|
|
|
- static: yes
|
|
|
-
|
|
|
- name: Start and enable openvswitch service
|
|
|
systemd:
|
|
|
name: openvswitch.service
|
|
@@ -99,5 +95,9 @@
|
|
|
msg: Node failed to start please inspect the logs and try again
|
|
|
when: node_start_result | failed
|
|
|
|
|
|
+- name: Setup tuned
|
|
|
+ include: tuned.yml
|
|
|
+ static: yes
|
|
|
+
|
|
|
- set_fact:
|
|
|
node_service_status_changed: "{{ node_start_result | changed }}"
|