ansible-meraki icon indicating copy to clipboard operation
ansible-meraki copied to clipboard

Cisco Meraki Ansible Collection

Results 36 ansible-meraki issues
Sort by recently updated
recently updated
newest added

Hi, haven't posted on here before, so not sure if I am doing this wrong. I have been converting my playbooks on RHEL 7.9 & Ansible Version 2.9.27 to RHEL...

Trying the first example from the doc 'query all devices', substituting the dummy values for my own: ``` - name: Query all devices in a network. cisco.meraki.meraki_device: auth_key: MYKEY org_name:...

I think the best idea to prevent errors with the endpoint like the issue: #459 is to create CI/DI to run all tests. But we do not have a always...

Hello! I tested the repo using the command: ```bash ansible-lint --nocolor >> to-be-improved.txt cat to-be-improved.txt | grep -ioE 'tests\/integration\/.*:' | awk -F: '{print $1}' | sort -u ``` The output...

Two parameters of meraki_mx_vlan command have idempotency issues: - specifying dhcp_handelling causes: ```"HTTP error 400 - https://api.meraki.com/api/v1/networks/L_690176642894537554/appliance/vlans/1 - 'dhcpHandling' must be a string"``` - specifying dhcp_relay_server_ips as an empty string...

bug

This command taken from the meraki_static_route module does not query the static route table. - name: Delete static routes meraki_static_route: auth_key: abc123 state: absent org_name: YourOrg net_name: YourNet delegate_to: localhost...

Hello, LOVE the Meraki Modules! Recently have been tasked to create Ansible playbooks. So far the current modules have gotten me halfway there. I saw on your blog last year...

enhancement

Based on the [community decision](https://github.com/ansible-community/community-topics/discussions/120) to use `true/false` for boolean values in documentation and examples, we ask that you evaluate booleans in this collection and consider changing any that do...

documentation