mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-07 09:41:29 -07:00
allow using env for foreman options (#52693)
This commit is contained in:
parent
059dc51f63
commit
00ba4525e3
1 changed files with 9 additions and 0 deletions
|
@ -25,12 +25,21 @@ DOCUMENTATION = '''
|
||||||
url:
|
url:
|
||||||
description: url to foreman
|
description: url to foreman
|
||||||
default: 'http://localhost:3000'
|
default: 'http://localhost:3000'
|
||||||
|
env:
|
||||||
|
- name: FOREMAN_SERVER
|
||||||
|
version_added: "2.8"
|
||||||
user:
|
user:
|
||||||
description: foreman authentication user
|
description: foreman authentication user
|
||||||
required: True
|
required: True
|
||||||
|
env:
|
||||||
|
- name: FOREMAN_USER
|
||||||
|
version_added: "2.8"
|
||||||
password:
|
password:
|
||||||
description: foreman authentication password
|
description: foreman authentication password
|
||||||
required: True
|
required: True
|
||||||
|
env:
|
||||||
|
- name: FOREMAN_PASSWORD
|
||||||
|
version_added: "2.8"
|
||||||
validate_certs:
|
validate_certs:
|
||||||
description: verify SSL certificate if using https
|
description: verify SSL certificate if using https
|
||||||
type: boolean
|
type: boolean
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue