mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
parent
2f6966965e
commit
74e8aa22af
30 changed files with 36 additions and 43 deletions
|
@ -1485,7 +1485,7 @@ def main():
|
|||
argument_spec = dict(
|
||||
state = dict(default='present', choices=['ping', 'present', 'absent', 'up', 'down', 'restarted', 'cd', 'info']),
|
||||
user = dict(default="admin@internal"),
|
||||
password = dict(required=True),
|
||||
password = dict(required=True, no_log=True),
|
||||
server = dict(default="127.0.0.1"),
|
||||
port = dict(default="443"),
|
||||
insecure_api = dict(default=False, type='bool'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue