allow using env for foreman options (#52693)

pull/53423/head
Alan Rominger 6 years ago 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

Loading…
Cancel
Save