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
Michael Scherer 138aaa4ff3 Fix crypttab (#3121)
* Fix error in crypttab doc

* Use path type for file argument

This permit to make sure that $HOME and '~' are properly
expanded, even if in the case of crypttab, this might not make
a lot of sense
9 years ago
..
.github Update GitHub templates to reflect ansible/ansible (#2397) 9 years ago
cloud proxmox add exaples static ip (#3092) 9 years ago
clustering remove duration from lock delay as seconds are the only granularity supported. (#2877) 9 years ago
commands Remove stderr=False from calls to exit_json. (#2879) 9 years ago
database Fix mongodb user compatibility check (#2731) 9 years ago
files Updates to `archive` module based on code review (#2699) 9 years ago
identity Add verification for the arguments of opendj_backendprop (#3116) 9 years ago
infrastructure New module: Manage Foreman and Katello entities (#2450) 9 years ago
messaging rabbitmq_queue - Update requirements to show minimum version of requests (#2786) 9 years ago
monitoring Do not leak the newrelic token in log (#3118) 9 years ago
network PanOS module for admin password change using PanOS API as the transport (#2930) 9 years ago
notification Do not leak the channel token in log (#3117) 9 years ago
packaging zypper_repository: Prepend --gpg-auto-import-keys before refresh command (#3088) 9 years ago
remote_management renamed bmc to remote_management to clarify 9 years ago
source_control Do not leak the password of gitlab_user in log (#3122) 9 years ago
storage Fix 'netapp_e_lun_mapping ... documentation error' (#2966) 9 years ago
system Fix crypttab (#3121) 9 years ago
test New module: Manage Foreman and Katello entities (#2450) 9 years ago
univention Fix typo in EXAMPLE section (#2833) 9 years ago
web_infrastructure Use 'path' type for file arguments 9 years ago
windows Fix win_chocolatey version comparison 9 years ago
CONTRIBUTING.md Point to GUIDELINES.md 9 years ago
COPYING Copying snapshot of extras modules 9 years ago
GUIDELINES.md Remove Travis config since we only use Shippable. (#2975) 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.