AnsibleGuy

Results 80 comments of AnsibleGuy

2h openvpn_server

@sajjadG, @tom9eiger, @sashanke - I would appreciate it if someone could test the modules `openvpn_server` and/or `openvpn_client` by installing the latest version: `ansible-galaxy collection install git+https://github.com/ansibleguy/collection_opnsense.git`

Related to: https://github.com/ansibleguy/collection_opnsense/issues/53

Greetings! I have planned to prioritize other APIs - so I don't think I'll find time in the next few months/this year.. But I am open to helping you implement...

> What is the documentation procedure? Greetings! I've [pushed the basic docs template](https://github.com/atammy-narmi/collection_opnsense/commit/4ea1523603a86869f86b4b2663962f258c0eccd9). Please (at least) add the existing module arguments with a little description.

Related to: https://github.com/ansible-semaphore/semaphore/issues/978

Greetings! @Pontiac76 This does not seem to be a Semaphore issue. If you have Problems setting up the Python/Ansible/Semaphore stack: - Look into this documentation: [Manual Installation](https://github.com/ansibleguy/ansible-semaphore-docs/blob/manual-setup-docs/administration-guide/installation_manually.md) If you have...

Greetings. I don't think hardcoding those dependencies inside the dockerfile is the right solution to this issue as there are many Ansible modules that have additional requirements. Maybe it would...

I get your point. These issues would also be related: * docker => https://github.com/ansible-semaphore/semaphore/issues/1349 * passlib => https://github.com/ansible-semaphore/semaphore/issues/1233 * winrm => https://github.com/ansible-semaphore/semaphore/issues/1175 / https://github.com/ansible-semaphore/semaphore/issues/877 * requests => https://github.com/ansible-semaphore/semaphore/issues/1175 * [matrix_client](https://docs.ansible.com/ansible/latest/collections/community/general/matrix_module.html)...

Also to note: Packages installed using PIP are often times newer that those from the package repositories. Even if all of those `ansible.builtin.* and community.*` dependencies are hardcoded inside the...