ansible-aix / ansible-power-aix

Developer contributions for Ansible Automation on Power
GNU General Public License v3.0
3 stars 1 forks source link

New mktun module? #100

Open dberg1 opened 3 years ago

dberg1 commented 3 years ago

Do we want this mktun module to manage manual IPsec tunnel definitions on AIX? https://github.com/ansible-aix/ansible-power-aix/blob/dev-collection/plugins/modules/mktun.py

How often IPsec tunnels are used by customers?

The module allows to create tunnels (gentun), activate (mktun), deactivate (rmtun) and remove (rmtun -d) them. It also allows simplified export/import (exptun/imptun) of tunnel definitions between nodes. May want to extend this module with IKE tunnels.