-
I'm starting out with using ansible to manage some FortiOS devices, with a pretty simple playbook:
```yaml
- name: Get FortiOS version
hosts: fortigates
connection: httpapi
collections:
…
-
##### COMPONENT NAME
All F5 modules tried.
Examples:
- f5networks.f5_modules.bigip_monitor_http
- f5networks.f5_modules.bigip_pool
- f5networks.f5_modules.bigip_pool_member
### Environment
``…
-
### Summary
When you run "apt_rpm" module for upgrade local installed rpm-package (which does not exist on repository) from rpm-file, actually package will not be updated.
I investigated an issue …
-
### Summary
If I try to setup a wifi connection profile with psk-flags set to "1" when psk-flags is already set to "1" on the existing connection profile, then ansible reports a change has been made …
-
##### Summary
Invoking ansible-lint `24.9.2` on my [example](https://github.com/dbrennand/repro/tree/ansible-lint-collection-install/ansible) collection, ansible-lint shows warnings about bei…
-
##### COMPONENT NAME
bigip_profile_server_ssl
### Environment
##### ANSIBLE VERSION
```
ansible [core 2.16.7]
config file = /etc/ansible/ansible.cfg
configured module search path = …
-
**Describe the bug**
When trying to create a new synciq policy using the synciq_policy module (task like the example https://github.com/dell/ansible-powerscale/blob/main/docs/modules/synciqpolicy.rst…
-
### Summary
DNF5 has completely changed the command line interface from DNF4. Among other things, the `--verbose` global option was removed entirely. However, the `dnf_config_manager` component har…
-
**Describe the bug**
Cannot use variables with the dot inside.
**To Reproduce**
Have this in my Playbook:
```yaml
tasks:
- include_role:
name: jakoblichterfeld.winehq
va…
-
##### SUMMARY
Unable to set `continue` command without also setting entry_setting, however the ansible documentation states that entry_settting is not required. Cisco documentation state…