Skip to content

Commit

Permalink
Merge branch 'master' into mirrors_tier0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanspw authored Aug 15, 2024
2 parents 1f20756 + cc60b3b commit 2a81d9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ staging: false
ssh_authorized_keys:
- "https://github.com/codyro.keys"
- "https://github.com/jonathanspw.keys"
- "https://github.com/andrewlukoshko.keys"
authorized_keys_managed: false # UNUSED
whitelist_ips:
"{{ lookup( 'community.hashi_vault.hashi_vault', 'kv/data/infra/general-ansible-vars:whitelist_ips',
Expand Down
2 changes: 1 addition & 1 deletion group_vars/gitea.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ gitea_config:
REGISTER_EMAIL_CONFIRM: "false"
ENABLE_NOTIFY_MAIL: "false"
DISABLE_REGISTRATION: "false"
ALLOW_ONLY_EXTERNAL_REGISTRATION: "false"
ALLOW_ONLY_EXTERNAL_REGISTRATION: "true"
ENABLE_CAPTCHA: "false"
REQUIRE_SIGNIN_VIEW: "false"
DEFAULT_KEEP_EMAIL_PRIVATE: "false"
Expand Down

0 comments on commit 2a81d9c

Please sign in to comment.