Ansible role for setting up jump/bastion server with fwknopd.
Configuration:
users:
sample_user:
key_base64: "YOUR_GENERATED_KEY"
hmac_base64: "YOUR_GENERATED_HMCA_KEY"
fw_access_timeout: 30 # OPTIONAL
Simple usage:
---
- hosts: all
roles:
- {
role: "theprudents.fwknopd"
users:
sample_user:
key_base64: "YOUR_GENERATED_KEY"
hmac_base64: "YOUR_GENERATED_HMCA_KEY"
}
Advanced usage:
### TODO: Place configuration example here
Code licensed under the MIT License.