-
Notifications
You must be signed in to change notification settings - Fork 196
Generate configuration for non-Ansible peers #70
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Similar to #63, cc @joneskoo but the other way around.
What do you think about an option where the role could generate ready to use WireGuard configuration files that are not Ansible managed (for example phones). The convenient way to do this is to generate the private key, template the configuration and then provide it to the end device.
For implementation, I am thinking about adding those hosts actually to the Ansible inventory but with connection local. Then run the role against them and have the config redirected into a "secret" directory on the Ansible controller. I have done something like this with https://github.com/ypid/ansible-packages already. Works.
See also #65 (comment) and #66 for my background.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request