ovh_instance_playbooks/vars/main.yml

18 lines
397 B
YAML
Raw Normal View History

2024-03-22 20:46:39 +00:00
---
DOMAIN: "{{ target_name[target_name.index('.') + 1:] }}"
OS_IMAGE: Rocky Linux 9
OS_FLAVOR: b2-7
OS_KEY_NAME: "{{ DOMAIN.split('.')[0] }}"
SWIFT_REGIONNAME: "GRA"
LINUX_USERNAME: "yohan"
PUBLIC_KEY_FILE: "/home/{{ LINUX_USERNAME }}/.ssh/id_rsa.pub"
DUPLICITY_WORKDIR: /mnt/volumes/tmp_duplicity_workdir/data
DUPLICITY_ARCHIVE_DIR: /mnt/volumes/duplicity_cache/data
SECRET_SSH_PORT: 2224