New version of salt-formula from Saltstack
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
680B

  1. wlan0:
  2. network.managed:
  3. - enabled: True
  4. - type: eth
  5. - bridge: br0
  6. br0:
  7. network.managed:
  8. - enabled: True
  9. - type: bridge
  10. - proto: dhcp
  11. - require:
  12. - network: wlan0
  13. libvirt:
  14. pkg.installed: []
  15. file.managed:
  16. - name: /etc/sysconfig/libvirtd
  17. - contents: 'LIBVIRTD_ARGS="--listen"'
  18. - require:
  19. - pkg: libvirt
  20. libvirt.keys:
  21. - require:
  22. - pkg: libvirt
  23. service.running:
  24. - name: libvirtd
  25. - require:
  26. - pkg: libvirt
  27. - network: br0
  28. - libvirt: libvirt
  29. - watch:
  30. - file: libvirt
  31. libvirt-python:
  32. pkg.installed: []
  33. libguestfs:
  34. pkg.installed:
  35. - pkgs:
  36. - libguestfs
  37. - libguestfs-tools