portal
This commit is contained in:
@@ -17,16 +17,14 @@
|
|||||||
company: BobCo
|
company: BobCo
|
||||||
password: "{{ temp_password }}"
|
password: "{{ temp_password }}"
|
||||||
state: present
|
state: present
|
||||||
groups:
|
groups: {{ groups }}
|
||||||
- "GroupA"
|
street: "{{ street }}"
|
||||||
- "GroupB"
|
city: "{{ city }}"
|
||||||
street: 123 4th St.
|
|
||||||
city: Sometown
|
|
||||||
state_province: IN
|
state_province: IN
|
||||||
postal_code: 12345
|
postal_code: "{{ postal_code }}"
|
||||||
country: US
|
country: US
|
||||||
attributes:
|
attributes:
|
||||||
telephoneNumber: 555-123456
|
telephoneNumber: "{{ telephone_number }}"
|
||||||
register: new_user
|
register: new_user
|
||||||
|
|
||||||
- name: Display User
|
- name: Display User
|
||||||
|
|||||||
@@ -244,6 +244,34 @@ controller_templates:
|
|||||||
type: text
|
type: text
|
||||||
variable: surname
|
variable: surname
|
||||||
required: true
|
required: true
|
||||||
|
- question_name: Street
|
||||||
|
type: text
|
||||||
|
variable: street
|
||||||
|
default: 123 4th St.
|
||||||
|
required: false
|
||||||
|
- question_name: City
|
||||||
|
type: text
|
||||||
|
variable: city
|
||||||
|
default: Sometown
|
||||||
|
required: false
|
||||||
|
- question_name: Postal code
|
||||||
|
type: text
|
||||||
|
variable: postal_code
|
||||||
|
default: IN
|
||||||
|
required: false
|
||||||
|
- question_name: Telephone number
|
||||||
|
type: text
|
||||||
|
variable: telephone_number
|
||||||
|
default: 555-123456
|
||||||
|
required: false
|
||||||
|
- question_name: Groups
|
||||||
|
type: multiplechoice
|
||||||
|
variable: groups
|
||||||
|
required: false
|
||||||
|
choices:
|
||||||
|
- GroupA
|
||||||
|
- GroupB
|
||||||
|
- GroupC
|
||||||
|
|
||||||
- name: "Rollback"
|
- name: "Rollback"
|
||||||
job_type: run
|
job_type: run
|
||||||
|
|||||||
Reference in New Issue
Block a user