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 433689ebc1 state: peer_present: shorten source lines pirms 6 gadiem
_modules module: check on set pirms 6 gadiem
_states state: peer_present: shorten source lines pirms 6 gadiem
wireguard refactor/simplify peer configuration pirms 6 gadiem
README.md update README pirms 6 gadiem
pillar.example update pillar.example 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.