Skip to content

Commit

Permalink
Lifecycle: add defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed May 28, 2024
1 parent 8e202be commit 5d05e36
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions roles/lifecycle/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
appname: lifecycle
lifecycle_version: ''
lifecycle_user: lifecycle
lifecycle_symfony_env: prod
lifecycle_eb_logins_db: eb_logins
lifecycle_db_host: localhost
lifecycle_user_quota: 1500
lifecycle_inactivity_period: 38
lifecycle_api_enabled: true
lifecycle_api_password: secret
lifecycle_api_username: lifecycle
current_release_config_dir_name: /opt/openconext/{{ appname }}

0 comments on commit 5d05e36

Please sign in to comment.