Use simpler file structure

This commit is contained in:
Sonny Bakker 2021-01-29 21:05:40 +01:00
parent 8ea9414418
commit d5ca1ac81d
74 changed files with 398 additions and 477 deletions

1
vars/desktop.yml Normal file
View file

@ -0,0 +1 @@
platform_packages: []

8
vars/gpg.yml Normal file
View file

@ -0,0 +1,8 @@
gpg_pub_key: '82C21552D732C65C1A4FB340037103F03CA5CBA1'
gpg_passphrase: !vault |
$ANSIBLE_VAULT;1.1;AES256
61383265343062663836623033343538333562636433383735383862306465316439376333373563
6131336136653533323561633434633961393061623233640a366430396532326465326530356136
36616636363134386333616137656333353439633832633731373834336239393337316366626462
6164343331613663620a303363353064376630633939363831373339383961626137376361323438
3463

3
vars/laptop.yml Normal file
View file

@ -0,0 +1,3 @@
platform_packages:
- iwd
- powertop

31
vars/main.yml Normal file
View file

@ -0,0 +1,31 @@
xdg_config_dir: '{{ ansible_env.HOME }}/.config'
xdg_script_dir: '{{ ansible_env.HOME }}/.local/bin'
packages:
- firefox
- mpv
- youtube-dl
- keepassxc
- gimp
- nftables
- mpd
- nfs-utils
- openvpn
- okular
- postgresql
- plasma-meta
- syncthing
- tmux
- unrar
- vim
- git
- openssl
- kmail
- iproute2
- curl
- cantata
- reflector
- laptop-detect
platform_packages: []
skip_common_setup: true

11
vars/mpd.yml Normal file
View file

@ -0,0 +1,11 @@
mpd_listen_address: '127.0.0.1'
mpd_listen_port: '6600'
mpd_database_address: '10.8.0.1'
mpd_database_port: '21000'
mpd_configuration_dir: '{{ ansible_env.HOME }}/.config/mpd'
mpd_music_dir: '{{ ansible_env.HOME }}/music'
mpd_playlist_dir: '{{ mpd_configuration_dir }}/playlists'
mpd_state_path: '{{ mpd_configuration_dir }}/state'
mpd_sticker_path: '{{ mpd_configuration_dir }}/sticker.sql'

5
vars/vpn.yml Normal file
View file

@ -0,0 +1,5 @@
vpn_ip: '178.85.119.159'
vpn_port: '7531'
vpn_interface: 'tun0'
vpn_protocol: 'udp'
vpn_verbosity: '1'