MEschenbacher's Wireguard 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.

README.md 798B

6 yıl önce
6 yıl önce
6 yıl önce
6 yıl önce
6 yıl önce
6 yıl önce
6 yıl önce
6 yıl önce
6 yıl önce
6 yıl önce
6 yıl önce
6 yıl önce
6 yıl önce
6 yıl önce
6 yıl önce
6 yıl önce
6 yıl önce
6 yıl önce
1234567891011121314151617181920212223242526272829303132
  1. # wireguard-formula
  2. Installs WireGuard (usually dkms and utils), and creates interfaces including
  3. peers. Configuration is done via pillar (see below).
  4. # Installation
  5. See the full [Salt Formulas installation and usage instructions](http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html).
  6. # Configuration
  7. All configuration is done via pillar data. See `pillar.example` for examples.
  8. This means in particular, that you do not have to use any of the following
  9. states youself.
  10. # Available states
  11. ## `wg.present`
  12. Creates a wireguard interface and sets interface-wide parameters.
  13. ## `wg.peer_present`
  14. Adds a peer to an interface and sets peer-specific parameters.
  15. ## `wg.absent`
  16. Removes a wireguard interface.
  17. ## `wg.peer_absent`
  18. Removes a peer from an interface.