90 lines
3.1 KiB
Plaintext
90 lines
3.1 KiB
Plaintext
systemd_mounts:
|
|
diskstation_media:
|
|
share: //diskstation/media
|
|
mount: /mnt/diskstation/media
|
|
type: cifs
|
|
options:
|
|
- credentials=/etc/creds/.diskstation_credentials
|
|
- uid=1024
|
|
- gid=100
|
|
- vers=3.0
|
|
automount: true
|
|
diskstation_music:
|
|
share: //diskstation/music
|
|
mount: /mnt/diskstation/music
|
|
type: cifs
|
|
options:
|
|
- credentials=/etc/creds/.diskstation_credentials
|
|
- uid=1024
|
|
- gid=100
|
|
- vers=3.0
|
|
automount: true
|
|
diskstation_home:
|
|
share: //diskstation/homes/admin
|
|
mount: /mnt/diskstation/home
|
|
type: cifs
|
|
options:
|
|
- credentials=/etc/creds/.diskstation_credentials
|
|
- uid=1024
|
|
- gid=100
|
|
- vers=3.0
|
|
automount: true
|
|
diskstation_photo:
|
|
share: //diskstation/photo
|
|
mount: /mnt/diskstation/photo
|
|
type: cifs
|
|
options:
|
|
- credentials=/etc/creds/.diskstation_credentials
|
|
- uid=1024
|
|
- gid=100
|
|
- vers=3.0
|
|
automount: true
|
|
diskstation_ebook:
|
|
share: //diskstation/ebook
|
|
mount: /mnt/diskstation/ebook
|
|
type: cifs
|
|
options:
|
|
- credentials=/etc/creds/.diskstation_credentials
|
|
- uid=1024
|
|
- gid=100
|
|
- vers=3.0
|
|
automount: true
|
|
oscar_hassconfig:
|
|
share: //oscar/hassconfig
|
|
mount: /mnt/oscar/hassconfig
|
|
type: cifs
|
|
options:
|
|
- credentials=/etc/creds/.oscar_credentials
|
|
- uid=1024
|
|
- gid=100
|
|
- vers=3.0
|
|
automount: true
|
|
|
|
|
|
systemd_mounts_enabled:
|
|
- diskstation_media
|
|
- diskstation_music
|
|
- diskstation_ebook
|
|
- diskstation_photo
|
|
- diskstation_home
|
|
- oscar_hassconfig
|
|
|
|
credentials_files:
|
|
1:
|
|
type: smb
|
|
path: /etc/creds/.diskstation_credentials
|
|
username: admin
|
|
password: "{{ vault_default_password }}"
|
|
2:
|
|
type: smb
|
|
path: /etc/creds/.oscar_credentials
|
|
username: "{{user.name}}"
|
|
password: "{{ vault_default_password }}"
|
|
|
|
keystodeploy:
|
|
- name: juicessh without password
|
|
sshkey: ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGHcHCTrzRuxEhsRdV+Q2Yr+nQNNuYKoNLmxW3IlVJtCIuaCY5prX1UuE8+nNWhbNVSagBCQwmubxLUV5ORf+tCBHeMyDPo7oetu3Wy5JaUwfGcuw3yGN94Qj3LqPUkdiw== juicewithoutpassword
|
|
- name: fixe-pc new
|
|
sshkey: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDBrP9akjyailPU9tUMvKrtDsqjI191W1L95u3OFjBqqapXgbDVx1FVtSlIIKcCHZyTII1zgC7woZmNRpmaIJRh6N+VIuRrRs29xx2GUVc4pxflUwwIAK36hgZS3nqmA2biacmPR9HogZLZMcPtZdLhWGlLuUv1cWqbqW7UcDa0lbubCo2v4OQMx/zt37voKAZSkkbH9mVszH6eKxNFy1KXbLYhwXiKfYBnAHbivhiSkZUGV6D4HNj8Jx6IY1YF3bfwMXmt841Q/7OY+t3RTIS8ewvSF+jpQ7GKHBEsZTZUGwIoSyZFFvCgKQVOJu/ZJJS4HNkluilir9Sxtx2LRgy+HHQ251trnsVsJp3ts4uTiMkKJQy1PXy1ZvQXYkip9Af3vlXUMmTyVj8cv+No07G1rZ1pZ3wXKX4RkTsoep5GsYlhyUd7GzsAQQiX9YhYyWDQ6NHBYAGAWbw2BLNxltWa4AyWOa1C8v+1+mRwdvpdMY7powJNCXQaIJmiOZiI/Us= vincent@fixe-pc-2020-03-01
|
|
|