File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,9 @@ Each item should be a dict containing the following items:
50
50
- ` domain_roles ` : Optional list of roles to assign to the user in the user
51
51
domain.
52
52
- ` openrc_file ` : Path to an environment file to create.
53
+ - ` create_user ` : Boolean to indicate whether or not to create the user. Can
54
+ be useful if the user already exists e.g the user is defined in LDAP.
55
+ (optional)
53
56
- ` keypairs ` : Optional list of SSH key pairs to register with Nova. Each key
54
57
pair should be a dict containing the following items:
55
58
- ` name ` : The name of the keypair.
Original file line number Diff line number Diff line change 16
16
enabled : true
17
17
wait : true
18
18
with_items : " {{ project.users }}"
19
+ when : item.create_user is not defined or item.create_user | bool == false
19
20
environment : " {{ os_projects_environment }}"
20
21
vars :
21
22
domain_is_id : " {{ project.user_domain in os_projects_domain_to_id.values() }}"
You can’t perform that action at this time.
0 commit comments