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

README.md 1.0KB

6年前
6年前
6年前
6年前
1234567891011121314151617181920212223242526272829
  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. # Requirements
  10. - systemd: This formula makes use of wireguard systemd service files.
  11. - wireguard kermel module
  12. # Installation
  13. See the full [Salt Formulas installation and usage instructions](http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html).
  14. # Configuration
  15. All configuration is done via pillar data. See `pillar.example` for examples.
  16. This means in particular, that you do not have to use any of the following
  17. states youself.
  18. # Available states
  19. No states. Include `wireguard` in the top.sls file.