No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

main.yml 627B

12345678910111213141516
  1. selfoss_subdomain: "news"
  2. selfoss_domain: "{{ selfoss_subdomain }}.{{ domain }}"
  3. selfoss_db_username: selfoss
  4. selfoss_db_password: "{{ lookup('password', secret + '/' + 'selfoss_db_password length=32') }}"
  5. selfoss_db_database: selfoss
  6. selfoss_version: 2.18
  7. selfoss_username: "{{ main_user_name }}"
  8. # this is the sha512 hash of the desired password
  9. selfoss_password_hash: "{{ lookup('password', secret + '/' + 'selfoss_password_hash length=32') | hash('sha512') }}"
  10. # must match values in roles/common
  11. db_admin_username: 'postgres'
  12. db_admin_password: "{{ lookup('password', secret + '/' + 'db_admin_password length=32') }}"