Sin descripción
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 424B

12345678910
  1. secret_root: '{{ inventory_dir | realpath }}'
  2. secret_name: 'secret'
  3. secret: '{{ secret_root + "/" + secret_name }}'
  4. wallabag_version: 1.9.1
  5. wallabag_domain: "read.{{ domain }}"
  6. wallabag_salt: "{{ lookup('password', secret + '/' + 'wallabag_salt', length=32) }}"
  7. wallabag_db_username: wallabag
  8. wallabag_db_password: "{{ lookup('password', secret + '/' + 'wallabag_db_password', length=32) }}"
  9. wallabag_db_database: wallabag