1
0
mirror of https://github.com/ansible/tower-cli.git synced 2026-02-06 09:47:55 +01:00

323 Commits

Author SHA1 Message Date
Alan Rominger
c355a3f477 update version for 3.3.9 release 2020-03-12 14:52:30 -04:00
AlanCoding
fb1772b9d8 Improve error handling for users using the schema command 2020-03-12 12:54:10 -04:00
AlanCoding
b3d49ce2cf Prepare patch for release 2020-01-14 11:54:08 -05:00
AlanCoding
33b8ab492f Apply deprecated vault_credential field to JTs 2020-01-02 14:40:42 -05:00
AlanCoding
1f12edf237 Support for multi-vault
*Attempt to use JT credentials endpoint with fallback
*Allow specifying list of credentials on job launch
2019-10-30 15:20:40 -04:00
AlanCoding
fd051703b4 Update docs and tests for credential fixes 2019-10-25 08:58:11 -04:00
AlanCoding
761bad184b If old credential field specified, add to JT 2019-10-24 11:11:01 -04:00
AlanCoding
31fd5d8b25 Get send/receive to work with AWX 8.0.0 and JT credentials 2019-10-24 11:00:11 -04:00
Kyle Fattig
d3f53e1094 added support for 'job_slice_count' on JTs 2019-08-08 14:40:15 -05:00
AlanCoding
f2bcc3a3c5 Prepare administrative release for packaging fix 2019-07-19 16:10:09 -04:00
AlanCoding
9bad0fc23d Prepare for 3.3.5 release 2019-07-19 12:15:00 -04:00
marcel
8bf16eaf12 Fix 'Found more than one unified job' bug 2019-07-17 21:38:56 +02:00
Alan Rominger
8a020e8062 Merge pull request #700 from jainnikhil30/master
enable notifier on org, project and inventory sources
2019-07-09 13:04:28 -04:00
Alan Rominger
5363e79787 Merge pull request #711 from wainaxman/master
Adding insecure flag to CONFIG_PARAM_TYPE in conf.py
2019-07-09 09:44:12 -04:00
81099b67c0 Fixes #710 by adding insecure BOOL to CONFIG_PARAM_TYPE https://github.com/ansible/tower-cli/issues/710 2019-07-04 09:13:04 +02:00
John Westcott IV
e7a5d275bd #706 Fixing issue when importing a job template with a schedule. 2019-07-03 08:53:43 -04:00
Pierre-Louis Bonicoli
059c1959d5 grant role to user: handle admin roles with space
Fix 'Unable to add user' when granted role contains a space:

    $ awx-cli send <<EOF
    [
      {
        "asset_type": "organization",
        "name": "MyOrg",
        "asset_relation": {
          "roles": [
            {
              "name": "Inventory Admin",
              "user": ["misc"],
              "team": []
            }
          ]
        }
      }
    ]
    EOF

    ORGANIZATION [MyOrg] ***
    Asset up to date
    Unable to add user misc to Inventory Admin role: The requested object could not be found.
2019-06-11 02:55:08 +02:00
root
410edf0698 remove blank space and correct the parameter 2019-04-26 19:47:59 +05:30
root
8068a6e941 enable notifier on org, project and inventory sources 2019-04-26 19:06:52 +05:30
jainnikhil30
b68c7df941 use the correct resolution name for credentials 2019-04-23 18:16:24 +05:30
AlanCoding
f3b922adfe Prepare release 3.3.4 2019-04-22 10:47:38 -04:00
jainnikhil30
d9c0c514d4 correct the if condition 2019-04-16 19:14:29 +05:30
jainnikhil30
cef2202887 use the parser in a better way 2019-04-16 18:39:01 +05:30
jainnikhil30
7e2864de29 remove the break, it breaks the unit tests and some other minor changes 2019-04-16 09:08:27 +05:30
jainnikhil30
468e5c2540 fix indentation and remove hardcoded values 2019-04-15 19:12:51 +05:30
jainnikhil30
8500144d72 change for using correct get method depending on param type 2019-04-15 18:45:40 +05:30
jainnikhil30
1ab9808b59 change notify to boolean 2019-04-10 18:03:26 +05:30
AlanCoding
5ea8dcdb2a allow managing certain instance properties 2019-04-09 08:58:09 -04:00
jainnikhil30
713eee36ea add ask-inventory-on-launch and ask-variables-on-launch 2019-04-05 13:24:37 +05:30
jainnikhil30
97461b5860 revert the previous commit to workflow for adding ask variables and inventory on launch, accidentaly commited to master 2019-04-05 13:20:38 +05:30
jainnikhil30
6babeb0698 add ask-inventory-on-launch and ask-variables-on-launch to workflow 2019-04-05 13:17:13 +05:30
Alan Rominger
9a571f6044 Merge pull request #690 from jainnikhil30/master
fixing required not being present in inputs for custom credentials
2019-04-01 10:20:55 -04:00
jainnikhil30
1e377c4117 correc the if condition 2019-04-01 19:24:30 +05:30
jainnikhil30
82c1bf3f4c fixing required not being present in inputs for custom credentials 2019-04-01 18:32:43 +05:30
Alan Rominger
f210a85b9d Merge pull request #686 from john-westcott-iv/684-password-prompt
694 Prompts now happen on stderr
2019-04-01 08:46:01 -04:00
Alan Rominger
0e356fd7fa Merge pull request #683 from jainnikhil30/master
Fix the res_name for workflow labels
2019-04-01 08:37:52 -04:00
jainnikhil30
cf7793f548 use asset_type instead of keyword_arg_template_id 2019-03-29 17:59:37 +05:30
jainnikhil30
7eaeab3317 change the resolution name for workflow in send 2019-03-26 10:35:08 +05:30
John Westcott IV
4c7a2a730f 694 Prompts now happen on stderr 2019-03-25 15:49:20 -04:00
John Westcott IV
4c2ffc78ab Allowing for host in multiple groups 2019-03-25 14:19:39 -04:00
jainnikhil30
f441165b67 fix the res_name for workflow labels 2019-03-25 14:28:40 +05:30
AlanCoding
7d646936c2 Prepare release 3.3.3 2019-03-22 11:10:27 -04:00
jainnikhil30
7f3d620ac0 fix for extra recursion in workflow 2019-03-22 09:56:21 +05:30
jainnikhil30
5b0093a259 change the FullLoader to SafeLoader 2019-03-21 21:07:24 +05:30
jainnikhil30
b31895723f add Loader=yaml.FullLoader to yaml.load, because of the deprecation. More info here h[Dttps://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation 2019-03-21 15:16:17 +05:30
jainnikhil30
3be404989f add job_template_admin role 2019-03-18 18:56:00 +05:30
Fedor V
536e285af1 fix deep nested recursion 2019-03-11 10:21:53 +03:00
Alan Rominger
f893a26df3 Merge pull request #661 from AlanCoding/verify_default
Fix bug in processing verify_ssl default with cert
2019-01-28 12:33:03 -05:00
AlanCoding
c79d795df2 bump version for fast minor release 2019-01-28 11:45:22 -05:00
AlanCoding
c918a9834e fix bug in processing verify_ssl default with cert 2019-01-28 10:49:59 -05:00