--- install: cloud: credentials: token: "{{ vault_hcloud_api_token }}" sshd_allowusers_host: - "{{ liquidtruth_app_user }}" liquidtruth_storage: type: lvm vg: "{{ host_name }}" lv: srv size: 12G fs: xfs liquidtruth_app_user: lt liquidtruth_mongodb_root_username: root liquidtruth_mongodb_root_password: "{{ vault_liquidtruth_mongodb_root_password }}" liquidtruth_mongodb_backup_username: backup liquidtruth_mongodb_backup_password: "{{ vault_liquidtruth_mongodb_backup_password }}" liquidtruth_mongodb_app_username: lt liquidtruth_mongodb_app_password: "{{ vault_liquidtruth_mongodb_app_password }}" acme_directory_server: "{{ acme_directory_server_le_live_v2 }}" acme_client: acmetool liquidtruth_hostnames: # - liquidtruth.at # - www.liquidtruth.at # - www2.liquidtruth.at - lt.elev8.at