-
Hi, I am new in GNS3, Ansible and SoNic (almost all related to this repo).
When I run
> ansible-playbook deploy-sonic-dc-topology.yml -vvv
I run into an error
> TASK [Get the server facts] **…
-
### Summary
Hi, I'm sorry @RayJin2000 but state is not a String but a tuple of map :( so the issue https://github.com/ansible-collections/community.general/issues/8092 has to be reopen I think.
if…
-
### Summary
I'm trying to add this locale on Ubuntu 22.04 or Ubuntu 24.04 but nothing happens, the output of the command is always Changed:false.
ansible -m locale_gen -a "name=es_AR.UTF-8 state=p…
-
Hello,
I have a strange behavior in one of my playbook following the activation of mitogen, with cascading calls.
Here is a simplified example, to reproduce the problem, of my use case :
This i…
-
##### COMPONENT NAME
f5networks.f5_modules.bigip_device_info
### Environment
Dev/QA/Prod
##### ANSIBLE VERSION
```
ansible [core 2.13.13]
python version = 3.9.18 (main, Sep 22 2023,…
-
## 🐛 Bug Report
Collection will throw an error saying that 'cohesity_common_argument_spec' is undefined.
`"Traceback (most recent call last):\n File \"/runner/.ansible/tmp/ansible-tmp-17264824…
-
### Summary
When I try to add a mount point that is only host source and guest destination ("/mnt/nas,mp=/mnt/nas") in the community.general.proxmox I get FAILD.
### Issue Type
Bug Report
### C…
-
Device module fails when there are a large number of devices due to response size/time.
Kentik Ansible Collection=1.0.6
I am trying to use the kentik_device module to add devices to Kentik. When…
-
##### SUMMARY
No support for DNS alias record sets aka target resource.
##### ISSUE TYPE
- Bug Report
##### COMPONENT NAME
azure_rm_dnsrecordset
azure_rm_publicipaddress
##### A…
-
I am trying to set tags on a server using the tag module:
```
- name: Set Tags on instance
opentelekomcloud.cloud.tag:
server: "{{ vm_name }}"
state: present
tags:
- sometag…