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
Valentyn Boginskey 2d10ad4a3e [cloud] allow ec2_lc to take user data from binary files w/ user_data_path (#20138)
* Add user_data_path parameter to ec2_lc module

* Improve user_data_path parameter documentation

- Specify mutual exclusivity
- Specify `version_added`
- Change module parameter type to `path`

* Use correct comparison for user_data result

* Include traceback on error and use with block

* Only hide user data if provided in file
8 years ago
..
cli add python version info to --version (#22089) 8 years ago
compat Fix typo when choosing KqueueSelector 8 years ago
config
errors adds feature to all modules to be run locally (#18763) 8 years ago
executor Change warning message as advised by bcoca 8 years ago
galaxy Add role skeleton support (#17079) 8 years ago
inventory Use a custom id generator over uuid4 8 years ago
module_utils fix azure_rm version checks (#22270) 8 years ago
modules [cloud] allow ec2_lc to take user data from binary files w/ user_data_path (#20138) 8 years ago
parsing Fix PEP 8 issue. 8 years ago
playbook Warn when jinja2 delimiters are found in a when statement (#20312) 8 years ago
plugins Extend SSH Retry to put_file and fetch_file (#20187) 8 years ago
template Also clean template data even if marked unsafe 8 years ago
utils Fix Docs build issues (#22295) 8 years ago
vars Fix variable precedence of INI/script vars to be in-line with docs. 8 years ago
__init__.py
constants.py Add role skeleton support (#17079) 8 years ago
release.py