mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 15:36:04 -03:30
Document and align the env var for OAuth token
This commit is contained in:
@@ -124,7 +124,7 @@ def tower_check_mode(module):
|
||||
class TowerModule(AnsibleModule):
|
||||
def __init__(self, argument_spec, **kwargs):
|
||||
args = dict(
|
||||
tower_host=dict(),
|
||||
tower_host=dict(default='127.0.0.1'),
|
||||
tower_username=dict(),
|
||||
tower_password=dict(no_log=True),
|
||||
validate_certs=dict(type='bool', aliases=['tower_verify_ssl']),
|
||||
|
||||
Reference in New Issue
Block a user