Bechtoldt's Network Saltstack Formula
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

README.md 1.1KB

il y a 10 ans
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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.hosts
  13. Sets the static lookup table for hostnames
  14. ### network.interfaces
  15. Sets the network interfaces configuration
  16. ### network.resolver
  17. Sets the resolver configuration
  18. ## Additional resources
  19. None
  20. ## Formula Dependencies
  21. None
  22. ## Compatibility
  23. *DOES* work on:
  24. * GNU/ Linux Debian Wheezy (Salt: 2014.1.0)