Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update README with recent Collections changes | beeankha | 2021-08-18 | 1 | -10/+14 |
| | |||||
* | Fix ansible-test pep8 bug and add notable release | Alan Rominger | 2021-06-29 | 1 | -1/+2 |
| | |||||
* | upstream | Seth Foster | 2021-06-08 | 1 | -5/+44 |
| | |||||
* | controller_meta, templating | Seth Foster | 2021-06-08 | 1 | -44/+5 |
| | |||||
* | more rename, mostly in test | Seth Foster | 2021-06-08 | 1 | -3/+2 |
| | |||||
* | update docs | sean-m-ssullivan | 2021-03-30 | 1 | -0/+2 |
| | |||||
* | Cleaning up tower_notification references | John Westcott IV | 2020-08-31 | 1 | -2/+2 |
| | |||||
* | Documentation updates | AlanCoding | 2020-06-19 | 1 | -3/+4 |
| | |||||
* | Adding templating of README.md file for Tower vs AWX collections | John Westcott IV | 2020-06-19 | 1 | -2/+13 |
| | |||||
* | Make edits to auth portion of Collection readme | beeankha | 2020-06-02 | 1 | -3/+3 |
| | |||||
* | Update changelog and README text | beeankha | 2020-05-20 | 1 | -1/+1 |
| | |||||
* | Remove HipChat notification type | beeankha | 2020-05-19 | 1 | -0/+1 |
| | |||||
* | More bulleted list formatting changes | beeankha | 2020-04-17 | 1 | -9/+16 |
| | |||||
* | Fix collection README display | beeankha | 2020-04-16 | 1 | -2/+3 |
| | |||||
* | Update AWX collection docs for release 11.0.0 | AlanCoding | 2020-04-14 | 1 | -27/+36 |
| | |||||
* | Initial conversion of tower_credential | John Westcott IV | 2020-04-06 | 1 | -0/+1 |
| | |||||
* | Rebase + fix typos | beeankha | 2020-04-02 | 1 | -1/+1 |
| | |||||
* | Adding field change to readme and example and test of custom messages | John Westcott IV | 2020-04-02 | 1 | -0/+1 |
| | |||||
* | Update unit test, extra_vars handling, and edit README | beeankha | 2020-03-31 | 1 | -1/+1 |
| | |||||
* | Added notification of removal of extra_vars_path | John Westcott IV | 2020-03-31 | 1 | -0/+1 |
| | |||||
* | Copy edit of backward incompatible changes | AlanCoding | 2020-03-21 | 1 | -7/+7 |
| | |||||
* | Automatically hack sys.path to make running tests easier | AlanCoding | 2020-03-18 | 1 | -21/+7 |
| | |||||
* | Modernize types of WFJT module | AlanCoding | 2020-03-10 | 1 | -5/+10 |
| | |||||
* | Fix a typo in the collection README | Caleb Boylan | 2020-03-05 | 1 | -1/+1 |
| | |||||
* | Make wording on running less perscriptive and more general | AlanCoding | 2020-03-04 | 1 | -10/+10 |
| | |||||
* | Unify collection targets for install and ansible-test | AlanCoding | 2020-03-04 | 1 | -6/+9 |
| | |||||
* | Add collection integration test instructions to the README | Caleb Boylan | 2020-03-03 | 1 | -1/+25 |
| | |||||
* | Update documentation for modules, add deprecation warning for role, send and ↵ | beeankha | 2020-02-26 | 1 | -17/+16 |
| | | | | | | receive modules Update variables in tower_inventory to be in dict format | ||||
* | [last PR stuff] + Add warning if configs specified in 2 params (#5) | Alan Rominger | 2020-02-26 | 1 | -0/+2 |
| | | | | | | | | | | | | | | * Lean on API validation for tower_inventory_source arg errors used for - validating needed credential is given - missing source_project for scm sources * Add warning when config is specified in 2 places Fix up unit tests, address multiple comments re: backwards compatibility, redundant methods, etc. Update new_name and variables parameters, update unit tests | ||||
* | Updates to config file loading | John Westcott IV | 2020-02-26 | 1 | -1/+2 |
| | | | | | | | | Now supports json or yaml Depricated multiple k=v on a single line Remove assert statement and unused import from module_util | ||||
* | Converted tower_group | John Westcott IV | 2020-02-26 | 1 | -0/+1 |
| | | | | | | | | Splitting out tower_inventory_source from tower_group Copy/Paste typo fix and README update for breaking backwards compatability Update credential_type module and unit tests | ||||
* | Update metadata for the AWX collection | AlanCoding | 2020-02-21 | 1 | -12/+1 |
| | |||||
* | Add info to changelog | beeankha | 2020-01-16 | 1 | -0/+1 |
| | |||||
* | Add extra_vars example to Job Launch module, update extra_vars type to dict, | beeankha | 2020-01-08 | 1 | -0/+1 |
| | | | | update unit test, add details to Collections release notes. | ||||
* | Finish JT.credentials functionality, add test | David Moreau Simard | 2019-11-21 | 1 | -0/+1 |
| | | | | | | | | | | | | | | Original commit: commit 3ec6196477135230c4b90b175310bdc2eaff36ed Author: David Moreau Simard <dmsimard@redhat.com> Date: Tue Oct 23 22:21:33 2018 -0400 Add support for "credentials" in the tower_job_template module Job templates might require more than one credential. There's credential, vault_credential, machine_credential, etc. "credentials" is a thing, let's support it. | ||||
* | Make playbook wait for project sync... | beeankha | 2019-11-20 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | ...*before* running the associated job template. Set "wait" default to True so CI doesn't time out Change default back to "False", put in new "if"... ...block, explicitly set "wait" to "False" in test file. Change if block Update README Update 'wait' option description | ||||
* | Add tests for AWX collection credential fixes (#3893) | Alan Rominger | 2019-10-29 | 1 | -0/+19 |
| | |||||
* | add release note | AlanCoding | 2019-10-29 | 1 | -0/+11 |
| | |||||
* | Add support for credential_type in tower_credential module (#3820) | Alan Rominger | 2019-10-29 | 1 | -1/+1 |
| | | | | | | | | | | * Add support for credential_type * Finish up credential_type parameter with tests * make inputs mutually exclusive with other params * Test credential type with dict input | ||||
* | Use namespaced doc fragment, cleanup | AlanCoding | 2019-09-28 | 1 | -2/+2 |
| | | | | | | | doc fragment will now be at awx.awx.auth changed from just tower, which source from core remove Makefile things no longer needed | ||||
* | update references to collection folder | AlanCoding | 2019-09-27 | 1 | -2/+2 |
| | |||||
* | rename awx modules folder to collection | AlanCoding | 2019-09-27 | 1 | -0/+58 |