community.general/lib/ansible/plugins/inventory
Johann Queuniet 74ce8ce935 Add API pagination support to Scaleway inventory (#46117)
* Add Scaleway API pagination to server inventory call

* Move Link parsing to helper module

* Correct some PEP8 errors

* Replace AnsibleError with ScalewayException in module_utils since the former doesn't work

* Simplify the regexes to match the intended purpose

* Cleanup helper to conform to review

* Cleanup Scaleway inventory to conform to review

* Flatten the conditional branches structure

* fix a regexp typo
2018-10-24 17:53:46 +01:00
..
__init__.py
advanced_host_list.py
auto.py
aws_ec2.py Fix AWS EC2 inventory plugin caching of groups (#46961) 2018-10-22 09:15:27 -04:00
aws_rds.py
azure_rm.py
constructed.py
foreman.py
gcp_compute.py
generator.py
host_list.py
ini.py
k8s.py
linode.py
netbox.py Netbox inventory: Fix NoneType issue if query_filters is not in netbox_inventory.yml (#46793) 2018-10-24 16:52:20 +01:00
nmap.py
online.py
openshift.py
openstack.py
scaleway.py Add API pagination support to Scaleway inventory (#46117) 2018-10-24 17:53:46 +01:00
script.py
tower.py
virtualbox.py
vmware_vm_inventory.py
vultr.py
yaml.py