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
Ted Timmons 346cbf7d7a [cloud] New module: Add module to set Amazon AWS DynamoDB TTL (cloud/amazon/dynamodb_ttl) (#22588)
* add aws dynamo_ttl module, small parameter setter

 - New Module Pull Request

`dynamodb_ttl`

2.3.0/devel

Very self-contained TTL setter. This is independent of the dynamodb_table module
as it's really designed to be a helper for tables that may be created in other
ways (say, CloudFormation, which doesn't support setting TTL).

* committer is no longer a valid value

* bump version_added, catch common exceptions

* pep8 fixes

* one more pep8
8 years ago
..
cli PEP 8 fixes. 8 years ago
compat ansible/compat/: PEP8 compliancy (#24689) 8 years ago
config Add persistent connection control path dir constant (#25736) 8 years ago
errors Try to show original exception info for yaml (and other) errors (#24468) 8 years ago
executor 1st part of ansible config, adds ansible-config to view/manage configs (#12797) 8 years ago
galaxy Transition inventory into plugins (#23001) 8 years ago
inventory Fix pep8 issue in lib/ansible/inventory/manager.py (#25562) 8 years ago
module_utils pulls the jsonrpc request builder code into top level function (#25833) 8 years ago
modules [cloud] New module: Add module to set Amazon AWS DynamoDB TTL (cloud/amazon/dynamodb_ttl) (#22588) 8 years ago
parsing 1st part of ansible config, adds ansible-config to view/manage configs (#12797) 8 years ago
playbook Do not set default value for any_errors_fatal in Base 8 years ago
plugins fixes issue with SIGALARM call in network_cli (#25832) 8 years ago
template Try to show original exception info for yaml (and other) errors (#24468) 8 years ago
utils Initial commit for Pure Storage Ansible module (#25386) 8 years ago
vars Try to show original exception info for yaml (and other) errors (#24468) 8 years ago
__init__.py
constants.py constants: pep8 fix (#25735) 8 years ago
release.py Collated PEP8 fixes (#25293) 8 years ago