mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 17:53:10 +00:00
allow using env for foreman options (#52693)
This commit is contained in:
committed by
Brian Coca
parent
059dc51f63
commit
00ba4525e3
@@ -25,12 +25,21 @@ DOCUMENTATION = '''
|
||||
url:
|
||||
description: url to foreman
|
||||
default: 'http://localhost:3000'
|
||||
env:
|
||||
- name: FOREMAN_SERVER
|
||||
version_added: "2.8"
|
||||
user:
|
||||
description: foreman authentication user
|
||||
required: True
|
||||
env:
|
||||
- name: FOREMAN_USER
|
||||
version_added: "2.8"
|
||||
password:
|
||||
description: foreman authentication password
|
||||
required: True
|
||||
env:
|
||||
- name: FOREMAN_PASSWORD
|
||||
version_added: "2.8"
|
||||
validate_certs:
|
||||
description: verify SSL certificate if using https
|
||||
type: boolean
|
||||
|
||||
Reference in New Issue
Block a user