Run prettier
This commit is contained in:
parent
a515d95625
commit
341d0268ec
8 changed files with 59 additions and 32 deletions
14
vars/gpg.yml
14
vars/gpg.yml
|
|
@ -1,8 +1,8 @@
|
|||
gpg_pub_key: "82C21552D732C65C1A4FB340037103F03CA5CBA1"
|
||||
gpg_pub_key: '82C21552D732C65C1A4FB340037103F03CA5CBA1'
|
||||
gpg_passphrase: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
61383265343062663836623033343538333562636433383735383862306465316439376333373563
|
||||
6131336136653533323561633434633961393061623233640a366430396532326465326530356136
|
||||
36616636363134386333616137656333353439633832633731373834336239393337316366626462
|
||||
6164343331613663620a303363353064376630633939363831373339383961626137376361323438
|
||||
3463
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
61383265343062663836623033343538333562636433383735383862306465316439376333373563
|
||||
6131336136653533323561633434633961393061623233640a366430396532326465326530356136
|
||||
36616636363134386333616137656333353439633832633731373834336239393337316366626462
|
||||
6164343331613663620a303363353064376630633939363831373339383961626137376361323438
|
||||
3463
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
xdg_config_dir: "{{ ansible_env.HOME }}/.config"
|
||||
xdg_script_dir: "{{ ansible_env.HOME }}/.local/bin"
|
||||
xdg_config_dir: '{{ ansible_env.HOME }}/.config'
|
||||
xdg_script_dir: '{{ ansible_env.HOME }}/.local/bin'
|
||||
|
||||
packages:
|
||||
- firefox
|
||||
|
|
|
|||
18
vars/mpd.yml
18
vars/mpd.yml
|
|
@ -1,11 +1,11 @@
|
|||
mpd_listen_address: "127.0.0.1"
|
||||
mpd_listen_port: "6600"
|
||||
mpd_listen_address: '127.0.0.1'
|
||||
mpd_listen_port: '6600'
|
||||
|
||||
mpd_database_address: "10.8.0.1"
|
||||
mpd_database_port: "21000"
|
||||
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"
|
||||
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'
|
||||
|
|
|
|||
10
vars/vpn.yml
10
vars/vpn.yml
|
|
@ -1,5 +1,5 @@
|
|||
vpn_ip: "178.85.119.159"
|
||||
vpn_port: "7531"
|
||||
vpn_interface: "tun0"
|
||||
vpn_protocol: "udp"
|
||||
vpn_verbosity: "1"
|
||||
vpn_ip: '178.85.119.159'
|
||||
vpn_port: '7531'
|
||||
vpn_interface: 'tun0'
|
||||
vpn_protocol: 'udp'
|
||||
vpn_verbosity: '1'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue