Bechtoldt's Network Saltstack Formula
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.

пре 10 година
пре 10 година
пре 10 година
пре 10 година
пре 10 година
пре 10 година
пре 10 година
пре 10 година
пре 10 година
пре 10 година
12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # network-formula
  2. Salt Stack Formula to set up and configure a host's network configuration
  3. ## NOTICE BEFORE YOU USE
  4. * This formula aims to follow the conventions and recommendations described at [http://docs.saltstack.com/topics/conventions/formulas.html](http://docs.saltstack.com/topics/conventions/formulas.html)
  5. ## TODO
  6. * Use more of the available options in interfaces.sls of network.managed
  7. ## Instructions
  8. 1. Add this repository as a [GitFS](http://docs.saltstack.com/topics/tutorials/gitfs.html) backend in your Salt master config.
  9. 2. Configure your Pillar top file (`/srv/pillar/top.sls`), see pillar.example
  10. 3. Include this Formula within another Formula or simply define your needed states within the Salt top file (`/srv/salt/top.sls`).
  11. ## Available states
  12. ### network.interfaces
  13. Sets the network interfaces configuration
  14. ### network.resolver
  15. Sets the resolver configuration
  16. ## Additional resources
  17. None
  18. ## Formula Dependencies
  19. None
  20. ## Compatibility
  21. *DOES* work on:
  22. * GNU/ Linux Debian Wheezy (Salt: 2014.1.0)