install-ovs-service-env-file.yml 194 B

12345678
  1. ---
  2. - name: Create the openvswitch service env file
  3. template:
  4. src: openvswitch.sysconfig.j2
  5. dest: /etc/sysconfig/openvswitch
  6. notify:
  7. - reload systemd units
  8. - restart openvswitch