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.
ansible/lib/ansible/modules/extras
David Stygstra 5454c562e9 Fix #3410 (#3411)
A port with the same name as the bridge is implicitly created for every
bridge, but it doesn't show in in `ovs-vsctl list-ports BRIDGE`.
9 years ago
..
.github Update GitHub templates to reflect ansible/ansible (#2397) 9 years ago
cloud Update route53_zone.py fix indentation typo in examples (#3255) 9 years ago
clustering kubernetes: handle situation when target host does not have yaml library (fixes #3301) (#3449) 9 years ago
commands Make `main()` calls conditional - commands (#3655) 9 years ago
crypto Use native YAML in the examples (#3441) 9 years ago
database Make `main()` calls conditional - database (#3659) 9 years ago
files Make `main()` calls conditional - files (#3658) 9 years ago
identity FreeIPA module polymorphic restructuring and small fixes. (#3485) 9 years ago
infrastructure Fix broken entities reference in Katello module (#3136) 9 years ago
messaging Make `main()` calls conditional - messaging (#3654) 9 years ago
monitoring Update the status codes to look for (#2120) 9 years ago
network Fix #3410 (#3411) 9 years ago
notification Make `main()` calls conditional - notifications (#3656) 9 years ago
packaging yum_repository: use https:// for EPEL examples (#3464) 9 years ago
remote_management Native YAML - remote_management (#3601) 9 years ago
source_control Make `main()` calls conditional - source_control (#3651) 9 years ago
storage Native YAML, improve quotation (#3643) 9 years ago
system Make `main()` calls conditional - system (#3652) 9 years ago
test/utils/shippable Simplify compileall checks. Remove py3 skip list. 9 years ago
univention Native YAML (#3593) 9 years ago
web_infrastructure Make `main()` calls conditional - web_infrastructure (#3653) 9 years ago
windows Fix documentation error on read message from file example. 9 years ago
CONTRIBUTING.md Point to GUIDELINES.md 9 years ago
COPYING Copying snapshot of extras modules 9 years ago
GUIDELINES.md Remove reference to ansible-validate-modules (#3256) 9 years ago
MAINTAINERS.md Update MAINTAINERS.md 9 years ago
README.md Update CI badge. 9 years ago
REVIEWERS.md Add new SMEs for Zabbix 9 years ago
VERSION Version bump for new beta 2.0.0-0.5.beta3 9 years ago
__init__.py package files 9 years ago
shippable.yml Update shippable config (#3063) 9 years ago

README.md

Build Status

ansible-modules-extras

This repo is transitional and not yet enabled. Do not send issues or pull requests here yet.

The goal is to split library/ from ansible into git submodules.

Reporting bugs

Take care to submit tickets to the appropriate repo where modules are contained. The repo is mentioned at the bottom of modlue documentation page at docs.ansible.com.

Testing modules

Ansible module development guide contains the latest info about that.

License

As with Ansible, modules distributed with Ansible are GPLv3 licensed. User generated modules not part of this project can be of any license.

Installation

There should be no need to install this repo separately as it should be included in any Ansible install using the official documented methods.