MEschenbacher's Wireguard Saltstack Formula
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Maximilian Eschenbacher 0327b738c0 update README pirms 6 gadiem
_modules module.showconf: configure hide_keys pirms 6 gadiem
_states do try to reset peer endpoint if none given pirms 6 gadiem
wireguard refactor/simplify peer configuration pirms 6 gadiem
README.md update README pirms 6 gadiem
pillar.example refactor/simplify peer configuration pirms 6 gadiem

README.md

wireguard-formula

Installs WireGuard (usually dkms and utils), and creates interfaces including peers. Configuration is done via pillar (see below).

Installation

See the full Salt Formulas installation and usage instructions.

Configuration

All configuration is done via pillar data. See pillar.example for examples. This means in particular, that you do not have to use any of the following states youself.

Available states

wg.present

Creates a wireguard interface and sets interface-wide parameters.

wg.peer_present

Adds a peer to an interface and sets peer-specific parameters.

wg.absent

Removes a wireguard interface.

wg.peer_absent

Removes a peer from an interface.