-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvars.yml
38 lines (37 loc) · 982 Bytes
/
vars.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
ansible_connection: local
hostname: "raspberrypi-music"
service_dir: "/etc/systemd/system"
mopidy:
user:
name: "mopidy"
conf:
src: "mopidy.conf"
dest: "/etc/mopidy/mopidy.conf"
# dir: "{{ user.home }}/.config/mopidy/"
service:
name: "mopidy"
qbt:
conf:
src: "qbt.conf"
dest: "/home/qbtuser/.config/qBittorrent/qBittorrent.conf"
dir: "/home/qbtuser/.config/qBittorrent/"
service:
name: "qbittorrent"
src: "service.conf"
dest: "{{ service_dir }}/qbittorrent.service"
user:
name: "qbtuser"
home: "/home/qbtuser"
ssh:
password_auth: true
root_login: false
conf:
dest: "{{ user.home }}/.ssh/"
auth_keys:
src: "group_vars/authorized_keys"
dest: "{{ user.home }}/.ssh/authorized_keys"
login_success: "Login Successfull"
user:
home: "{{ lookup('env','HOME') }}"
name: "pi"
password: "$6$ynphz2vBBCTBDY2T$O.IpK7LgeX8uTi4Bq04BNEm1.AvexqSid9IJGjE.e81Z6DH.3nT6HgtB.xlG/02r1IqVh7PKjSH3C6CrFeJKA."