MEschenbacher's Wireguard Saltstack Formula
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Maximilian Eschenbacher 0327b738c0 update README před 6 roky
_modules module.showconf: configure hide_keys před 6 roky
_states do try to reset peer endpoint if none given před 6 roky
wireguard refactor/simplify peer configuration před 6 roky
README.md update README před 6 roky
pillar.example refactor/simplify peer configuration před 6 roky

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.