Compare commits
1 Commits
ca73c4bcfd
...
57a479db25
Author | SHA1 | Date |
---|---|---|
wpetit | 57a479db25 |
|
@ -25,7 +25,7 @@ EOF
|
|||
playbook_file = "${local.locations.provisionning}/hydra/run-role-sso.yml"
|
||||
// Manjaro/Arch OpenSSH version compatibility mode
|
||||
// See https://github.com/hashicorp/packer/issues/11783
|
||||
extra_arguments = [ "--scp-extra-args", "'-O'", "-v", "--extra-vars=@${local.locations.provisionning}/hydra/ansible-vars.yml" ]
|
||||
extra_arguments = [ "--scp-extra-args", "'-O'", "-v", "--extra-vars=@${local.locations.provisionning}/hydra/ansible-vars.yml", "--tags=hydra-only" ]
|
||||
}
|
||||
|
||||
post-processor "shell-local" {
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
---
|
||||
hydra_use_external_database: true
|
||||
|
||||
enable_hydra_dispatcher: true
|
||||
enable_hydra_dispatcher: false
|
||||
enable_hydra_passwordless: false
|
||||
enable_hydra_saml: true
|
||||
enable_hydra_oidc: true
|
||||
enable_hydra_saml: false
|
||||
enable_hydra_oidc: false
|
||||
enable_hydra_ldap: false
|
||||
enable_oidc_test_app: false
|
||||
|
||||
|
|
Loading…
Reference in New Issue