This commit is contained in:
vincent 2019-04-11 18:54:12 +02:00
parent ce8edb732e
commit d219b1329f
6 changed files with 16 additions and 10 deletions

View File

@ -1,2 +1,4 @@
##ansible_python_interpreter: /usr/bin/python2
username: 'vincent'
user:
name: vincent
uid: 1024

View File

@ -9,7 +9,7 @@ systemd_mounts:
backup_disk:
share: /dev/sda1
mount: /mnt/backup
type: nfs
type: ntfs-3g
options:
- uid=1024
- guid=100
@ -20,5 +20,5 @@ systemd_mounts_enabled:
- backup_disk
syncthing_address: "{{inventory_hostname}}:8384"
syncthing_gui_user: "{{username}}"
syncthing_gui_user: "{{user.name}}"
syncthing_gui_password: $2a$10$nJZ8YN/1mB84Cbi79BKka.6SFMAKF.CBwyCNJDA9qUgXdkcuBilx2

View File

@ -1,2 +1,6 @@
##ansible_python_interpreter: /usr/bin/python2
music_directory: '/mnt/diskstation/music'
music_directory: '/mnt/diskstation/music'
gpu:
nvidia: true
bumblebee: false

View File

@ -1,6 +0,0 @@
$ANSIBLE_VAULT;1.1;AES256
61393533323364663463346439613732316134373930616464613930383831653263633831303261
6162336166663662373062653038643136376137303336390a616231396334333137313065323635
31616164393831373838376532616532316136306639383832666234666565336330313336313163
3836626539323630620a343036373533306635373032626466333132326635633937343562323461
37343534386430313439356432366134353666633865383838373234373437653965

View File

@ -0,0 +1,3 @@
gpu:
nvidia: true
bumblebee: true

View File

@ -8,7 +8,10 @@
- workstation
- cups
- grub_themes
- nvidia
- hosts: laptop
roles:
- laptop
- bluetooth
# - Windows_manager