-
To be able to display the Collection's documentation on Ansible Galaxy (and by proxy by using `ansible-doc`) we should change the location of certain pieces of documentation, merge and add some files.…
-
##### Summary
I use `import_tasks` in my ansible playbook, it works very well when using ansible-playbook. But it failed with `syntax-check[missing-file]` in ansible-lint
##### Issue Type
…
-
##### SUMMARY
Module raise error, if `ansible_port` is jinja expression:
```
msg: 'argument ''dest_port'' is of type and we were unable to convert to int: cannot be converted to an int'
…
-
### Summary
In my Ansible playbook, I am calling the `monolithprojects.github_actions_runner` role, and during the collect_info block, it calls this task: https://github.com/MonolithProjects/ansible-…
-
##### COMPONENT NAME
f5networks.f5_modules.bigip_lx_package
### Environment
##### ANSIBLE VERSION
```
ansible [core 2.15.0]
config file = /home/d071955/repos/ccloud-net/ansible.cfg
conf…
-
Hello,
I can't create an error-free mysql instance with your new collection with this simple task:
```
- name: Create a instance
scaleway.scaleway.scaleway_rdb_instance:
project_id: "6b7f…
-
### Summary
I am experiencing an issue where only modules in 'ansible.builtin' namespace are recognized correctly or suggested. Additionally, any collections (community.vmware, community.general e…
-
##### COMPONENT NAME
[](module: bigip_ssl_key_cert)
### Environment
##### ANSIBLE VERSION
```
ansible [core 2.15.3]
config file = /Users/sudarshanv/Documents/Automation/UoM/F5_SSL_…
-
A section detailing how to use Ansible with Window and BSD currently exists in the Ansible community docs.
link- https://docs.ansible.com/ansible/latest/os_guide/index.html#using-ansible-on-windows-a…
-
##### SUMMARY
Unable to find any way to create a Kubernetes dashboard token. Typically with kubectl, this is done with the following command:
```sh
kubectl -n kubernetes-dashboard create token --d…