summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node/tasks/config/install-ovs-service-env-file.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/openshift_node/tasks/config/install-ovs-service-env-file.yml')
-rw-r--r--roles/openshift_node/tasks/config/install-ovs-service-env-file.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/roles/openshift_node/tasks/config/install-ovs-service-env-file.yml b/roles/openshift_node/tasks/config/install-ovs-service-env-file.yml
new file mode 100644
index 000000000..1d75a3355
--- /dev/null
+++ b/roles/openshift_node/tasks/config/install-ovs-service-env-file.yml
@@ -0,0 +1,8 @@
+---
+- name: Create the openvswitch service env file
+ template:
+ src: openvswitch.sysconfig.j2
+ dest: /etc/sysconfig/openvswitch
+ notify:
+ - reload systemd units
+ - restart openvswitch