Skip to content

Commit

Permalink
tweaks based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
SK1Y101 committed Aug 18, 2023
1 parent 995f9c0 commit 504daf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_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`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""

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 }}"
Expand Down

0 comments on commit 504daf7

Please sign in to comment.