-
##### COMPONENT NAME
f5networks.f5os.f5os_system
### Environment
##### ANSIBLE VERSION
```
ansible [core 2.15.9]
config file = /Users/xxx/Developer/xxx-F5-DO/ansible/ansible.cfg
con…
-
##### SUMMARY
Setting `jinja2_native=True` in ansible.cfg and run the following playbook:
```yaml
- name: all
hosts: localhost
gather_facts: no
become: no
vars:
myval: 255
t…
-
### Ansible NetBox Collection version
v3.20.0
### Ansible version
```
ansible [core 2.15.6]
config file = /home/hramov-ms-230320/Desktop/Ansible-2/ansible.cfg
configured module search path = ['…
-
### Summary
I am attempting to enable kerberos authentication and select the domain in which each RDS Cluster will be associated with. When attempting to apply the domain and iam_role for the domai…
-
##### COMPONENT NAME
f5os.f5os_system_image_import
### Environment
##### ANSIBLE VERSION
```
ansible --version
ansible [core 2.17.4]
config file = None
configured module search…
-
##### SUMMARY
Similar to #495. Inventory is empty after ansible core upgrade `2.17.5` and hcloud update to `4.2.1`
##### ISSUE TYPE
- Bug Report
##### COMPONENT NAME
`hetzner.hcloud.hcloud`
…
-
### Summary
When using `passwordstore lookup` to retrieve subkeys, if the subkey is missing, the lookup will create it even if `create == false`
This bug has been introduced with https://github.com/…
-
### Summary
The documentation for the [password_hash filter](https://docs.ansible.com/ansible/latest/collections/ansible/builtin/password_hash_filter.html) mentions bcrypt, but it is not shown in the…
-
### Summary
Starting with version 11.0.0, the command `ansible-config dump --format json` produces the following new item in its output list:
```
{
"GALAXY_SERVERS": {}
}
```
…
-
##### SUMMARY
```yaml
- name: Ensure Default Web Site Configuration
community.windows.win_iis_website:
name: Default Web Site
application_pool: DefaultAppPool
port: 80
physica…