-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip ssh-key-import if ID not set (#140)
* allow users to leave ssh keys empty when creating admin users
- Loading branch information
Showing
4 changed files
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -140,8 +140,8 @@ There are additional optional variables that can be passed to the playbooks: | |
- **admin_email**: The email address of the admin user\ | ||
Default: `[email protected]` | ||
|
||
- **admin_id**: The launchpad id of the admin user\ | ||
Default: `admin` | ||
- **admin_id**: the Launchpad or GitHub id of the admin user to import ssh keys. | ||
(Optional) | ||
|
||
- **maas_proxy_postgres_proxy_enabled**: Use postgres proxy uri\ | ||
Default: `false` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,6 @@ maas_https_port: 5443 # The https port MAAS uses to communicate on | |
admin_username: "admin" | ||
admin_password: "admin" | ||
admin_email: "[email protected]" | ||
admin_id: "admin" | ||
|
||
maas_proxy_port: "{{ 5240 if 'maas_region_controller' not in group_names else 5050 }}" | ||
maas_proxy_postgres_port: "{{ 5432 if 'maas_postgres' not in group_names else 5051 }}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters