MEschenbacher's Wireguard Saltstack Formula
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

README.md 922B

6年前
6年前
6年前
6年前
123456789101112131415161718192021222324
  1. # wireguard-formula
  2. This formula is supposed to install WireGuard (usually dkms and utils), and
  3. create interfaces including peers. Configuration is done via pillar (see below).
  4. **Attention**: WireGuard is not yet included in the linux mainline kernel. Also,
  5. the installation is different on every distribution and sometimes you even have
  6. to include unstable/testing branches. For now, please
  7. [install WireGuard](https://www.wireguard.com/install/) yourself. You can use
  8. this formula afterwards.
  9. # Installation
  10. See the full [Salt Formulas installation and usage instructions](http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html).
  11. # Configuration
  12. All configuration is done via pillar data. See `pillar.example` for examples.
  13. This means in particular, that you do not have to use any of the following
  14. states youself.
  15. # Available states
  16. No states. Include `wireguard` in the top.sls file.