Ran ansible-lint
This commit is contained in:
parent
92f761f4bb
commit
43d470edf3
33 changed files with 343 additions and 317 deletions
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
lan_interface: enp1s0
|
||||
lan_interface_mac: 00:d8:61:9f:52:65
|
||||
|
||||
|
|
|
|||
|
|
@ -1,16 +1,17 @@
|
|||
syncthing_listen_address: '0.0.0.0'
|
||||
---
|
||||
syncthing_listen_address: "0.0.0.0"
|
||||
syncthing_protocol_port: 22000
|
||||
syncthing_gui_port: 8384
|
||||
|
||||
syncthing_config_version: 37
|
||||
syncthing_api_key: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
39643534383666343331666336356662333165633032356532323730316535616363393330376263
|
||||
6164323430343961646635323739373363623764646361360a666566363736323739313533323562
|
||||
34653032646230313063613265313836383033353336333461376432363530633632313234323733
|
||||
6162646332623837370a646537336139336361666336363861353030633136373063333433643435
|
||||
64666465356566313263376330643664313266646139663433663366316232613562663863366334
|
||||
3061663839656563353663373135393233653130383735366538
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
39643534383666343331666336356662333165633032356532323730316535616363393330376263
|
||||
6164323430343961646635323739373363623764646361360a666566363736323739313533323562
|
||||
34653032646230313063613265313836383033353336333461376432363530633632313234323733
|
||||
6162646332623837370a646537336139336361666336363861353030633136373063333433643435
|
||||
64666465356566313263376330643664313266646139663433663366316232613562663863366334
|
||||
3061663839656563353663373135393233653130383735366538
|
||||
|
||||
syncthing_devices:
|
||||
- name: Desktop
|
||||
|
|
@ -28,7 +29,7 @@ syncthing_devices:
|
|||
syncthing_folders:
|
||||
- id: default
|
||||
label: Default
|
||||
path: '{{ ansible_env.HOME }}/syncthing/default'
|
||||
path: "{{ ansible_env.HOME }}/syncthing/default"
|
||||
type: sendreceive
|
||||
devices:
|
||||
- *syncthing_desktop_id
|
||||
|
|
@ -37,7 +38,7 @@ syncthing_folders:
|
|||
|
||||
- id: pictures
|
||||
label: Pictures
|
||||
path: '{{ ansible_env.HOME }}/syncthing/pictures'
|
||||
path: "{{ ansible_env.HOME }}/syncthing/pictures"
|
||||
type: sendreceive
|
||||
devices:
|
||||
- *syncthing_desktop_id
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
packages:
|
||||
- nftables
|
||||
- tmux
|
||||
|
|
@ -37,17 +38,17 @@ packages:
|
|||
- aspell-en
|
||||
|
||||
modprobe_templates:
|
||||
- src: 'templates/desktop/modprobe/99-amdgpu.conf.j2'
|
||||
dest: '/etc/modprobe.d/99-amdgpu.conf'
|
||||
- src: "templates/desktop/modprobe/99-amdgpu.conf.j2"
|
||||
dest: "/etc/modprobe.d/99-amdgpu.conf"
|
||||
|
||||
mkinitcpio_templates:
|
||||
- src: 'templates/desktop/mkinitcpio/1-modules.conf.j2'
|
||||
dest: '/etc/mkinitcpio.conf.d/1-amdgpu.conf'
|
||||
- src: "templates/desktop/mkinitcpio/1-modules.conf.j2"
|
||||
dest: "/etc/mkinitcpio.conf.d/1-amdgpu.conf"
|
||||
|
||||
- src: 'templates/desktop/mkinitcpio/linux.preset.j2'
|
||||
dest: '/etc/mkinitcpio.d/linux.preset'
|
||||
- src: "templates/desktop/mkinitcpio/linux.preset.j2"
|
||||
dest: "/etc/mkinitcpio.d/linux.preset"
|
||||
|
||||
- src: 'templates/desktop/mkinitcpio/linux-lts.preset.j2'
|
||||
dest: '/etc/mkinitcpio.d/linux-lts.preset'
|
||||
- src: "templates/desktop/mkinitcpio/linux-lts.preset.j2"
|
||||
dest: "/etc/mkinitcpio.d/linux-lts.preset"
|
||||
|
||||
wezterm_font_size: 12
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
lan_interface: enp1s0
|
||||
lan_interface_mac: bc:fc:e7:6e:73:53
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
packages:
|
||||
- nftables
|
||||
- tmux
|
||||
|
|
@ -31,13 +32,12 @@ wezterm_columns: 90
|
|||
wezterm_rows: 18
|
||||
|
||||
modprobe_templates: []
|
||||
|
||||
mkinitcpio_templates:
|
||||
- src: 'templates/htpc/mkinitcpio/1-modules.conf.j2'
|
||||
dest: '/etc/mkinitcpio.conf.d/1-amdgpu.conf'
|
||||
- src: "templates/htpc/mkinitcpio/1-modules.conf.j2"
|
||||
dest: "/etc/mkinitcpio.conf.d/1-amdgpu.conf"
|
||||
|
||||
- src: 'templates/htpc/mkinitcpio/linux.preset.j2'
|
||||
dest: '/etc/mkinitcpio.d/linux.preset'
|
||||
- src: "templates/htpc/mkinitcpio/linux.preset.j2"
|
||||
dest: "/etc/mkinitcpio.d/linux.preset"
|
||||
|
||||
- src: "templates/htpc/mkinitcpio/linux-lts.preset.j2"
|
||||
dest: "/etc/mkinitcpio.d/linux-lts.preset"
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
wireless_interface: wlan0
|
||||
|
||||
local_network_ssid: KPNAE51C6
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
---
|
||||
pa_dlna_version: 0.16
|
||||
pa_dlna_systemd_version: 0.0.9
|
||||
|
|
|
|||
|
|
@ -1,16 +1,17 @@
|
|||
syncthing_listen_address: '0.0.0.0'
|
||||
---
|
||||
syncthing_listen_address: "0.0.0.0"
|
||||
syncthing_protocol_port: 22000
|
||||
syncthing_gui_port: 8384
|
||||
|
||||
syncthing_config_version: 37
|
||||
syncthing_api_key: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
35346637623066636261633331343438313736356137633466306633613563343630363565643763
|
||||
6631623461663330633537386539376435356338393537620a666234373932636162653830316339
|
||||
65336339383630313837323137613137303862613061326131313437316637383637666638313235
|
||||
6463333235646536620a316163666431323530353330356633393035663933613761313031656561
|
||||
66333431636134366466373533616438326230323965333763316336393764303737663461363636
|
||||
3061373832313462623765353130616237343966333332623262
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
35346637623066636261633331343438313736356137633466306633613563343630363565643763
|
||||
6631623461663330633537386539376435356338393537620a666234373932636162653830316339
|
||||
65336339383630313837323137613137303862613061326131313437316637383637666638313235
|
||||
6463333235646536620a316163666431323530353330356633393035663933613761313031656561
|
||||
66333431636134366466373533616438326230323965333763316336393764303737663461363636
|
||||
3061373832313462623765353130616237343966333332623262
|
||||
|
||||
syncthing_devices:
|
||||
- name: Desktop
|
||||
|
|
@ -28,7 +29,7 @@ syncthing_devices:
|
|||
syncthing_folders:
|
||||
- id: default
|
||||
label: Default
|
||||
path: '{{ ansible_env.HOME }}/syncthing/default'
|
||||
path: "{{ ansible_env.HOME }}/syncthing/default"
|
||||
type: sendreceive
|
||||
devices:
|
||||
- *syncthing_desktop_id
|
||||
|
|
@ -37,7 +38,7 @@ syncthing_folders:
|
|||
|
||||
- id: pictures
|
||||
label: Pictures
|
||||
path: '{{ ansible_env.HOME }}/syncthing/pictures'
|
||||
path: "{{ ansible_env.HOME }}/syncthing/pictures"
|
||||
type: sendreceive
|
||||
devices:
|
||||
- *syncthing_desktop_id
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
packages:
|
||||
- nftables
|
||||
- tmux
|
||||
|
|
@ -43,16 +44,16 @@ packages:
|
|||
- lib32-nvidia-utils
|
||||
|
||||
mkinitcpio_templates:
|
||||
- src: 'templates/xps/mkinitcpio/1-modules.conf.j2'
|
||||
dest: '/etc/mkinitcpio.conf.d/1-modules.conf'
|
||||
- src: "templates/xps/mkinitcpio/1-modules.conf.j2"
|
||||
dest: "/etc/mkinitcpio.conf.d/1-modules.conf"
|
||||
|
||||
- src: 'templates/xps/mkinitcpio/2-hooks.conf.j2'
|
||||
dest: '/etc/mkinitcpio.conf.d/2-hooks.conf'
|
||||
- src: "templates/xps/mkinitcpio/2-hooks.conf.j2"
|
||||
dest: "/etc/mkinitcpio.conf.d/2-hooks.conf"
|
||||
|
||||
- src: 'templates/xps/mkinitcpio/linux.preset.j2'
|
||||
dest: '/etc/mkinitcpio.d/linux.preset'
|
||||
- src: "templates/xps/mkinitcpio/linux.preset.j2"
|
||||
dest: "/etc/mkinitcpio.d/linux.preset"
|
||||
|
||||
- src: 'templates/xps/mkinitcpio/linux-lts.preset.j2'
|
||||
dest: '/etc/mkinitcpio.d/linux-lts.preset'
|
||||
- src: "templates/xps/mkinitcpio/linux-lts.preset.j2"
|
||||
dest: "/etc/mkinitcpio.d/linux-lts.preset"
|
||||
|
||||
wezterm_font_size: 11
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue