mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
608 B
YAML
18 lines
608 B
YAML
4 years ago
|
# We also need an example of modules hosted in Automation Hub
|
||
|
# We'll likely move to data hosted in botmeta instead of a standalone file but
|
||
|
# we'll need all of these same details.
|
||
|
module:
|
||
|
purefa_user:
|
||
|
source: 'https://galaxy.ansible.com/'
|
||
|
fqcn: 'purestorage.flasharray'
|
||
|
purefa_vg:
|
||
|
source: 'https://galaxy.ansible.com/'
|
||
|
fqcn: 'purestorage.flasharray'
|
||
|
gcp_compute_firewall_info:
|
||
|
source: 'https://galaxy.ansible.com/'
|
||
|
fqcn: 'google.cloud'
|
||
|
module_utils:
|
||
|
purefa:
|
||
|
source: 'https://galaxy.ansible.com/'
|
||
|
fqcn: 'purestorage.flasharray'
|