Commit graph

6 commits

Author SHA1 Message Date
Mathieu Trossevin 7c632352a0
Replace the include module with include_tasks or import_tasks
The behaviour of the `include` module is badly defined (it try to choose
between statically importing the tasks and dynamically including them)
and can cause problems depending on any number of constraints (mostly if
it choose the wrong behaviour).

Replace it with the `import_tasks` (always statically import tasks) unless
the `include` is in a loop in which case we replace it with
`include_tasks` (always dynamically include tasks).
2023-01-03 14:43:42 +01:00
Jérémy Dubois 981128dc17 openvpn: make it compatible with OpenBSD and add some improvements
Some checks reported errors
continuous-integration/drone/push Build was killed
2022-02-03 18:35:16 +01:00
Jérémy Dubois 4effe91b9f Write an openvpn role
Some checks reported errors
continuous-integration/drone/push Build was killed
2022-01-24 19:12:48 +01:00
Jérémy Lecour 2752650ea3 The openvpn role is not ready for stable yet 2018-08-09 18:04:02 +02:00
Eric Morino 14e270b688 Ajout verification minifirewall + /usr en ro + port management pour check_openvpn + certificat dhparam 2018-07-26 11:48:14 +02:00
Tristan PILAT 8ad8c2c798 Add the first version of OpenVPN role 2018-07-24 17:16:30 +02:00