add yamllint & prettier

This commit is contained in:
vincent 2021-04-20 21:25:40 +02:00
parent 6d630ea833
commit d42d98218b

View File

@ -1,12 +1,12 @@
---
user: user:
name: user name: user
arch_base_locale: fr_FR.UTF-8 arch_base_locale: fr_FR.UTF-8
arch_base_keymap: fr arch_base_keymap: fr
arch_base_timezone: Europe/Paris arch_base_timezone: Europe/Paris
arch_base_locales: [ arch_base_locales:
"fr_FR.UTF-8", - "fr_FR.UTF-8"
"en_US.UTF-8" - "en_US.UTF-8"
]
time: time:
hwclock: UTC hwclock: UTC
timezone: Europe/Paris timezone: Europe/Paris
@ -49,7 +49,8 @@ system_base_softwares_arch:
- 'logrotate' - 'logrotate'
- 'otf-cascadia-code' - 'otf-cascadia-code'
- 'neovim' - 'neovim'
- 'yamllint'
- 'prettier'
system_base_aur_soft: system_base_aur_soft:
- 'nodejs-markdownlint-cli' - 'nodejs-markdownlint-cli'
@ -62,10 +63,10 @@ system_base_softwares_debian:
- 'nmap' - 'nmap'
- 'dnsutils' - 'dnsutils'
- 'rsync' - 'rsync'
#- 'awesome-terminal-fonts' # - 'awesome-terminal-fonts'
- 'wget' - 'wget'
#- 'bat' # - 'bat'
#- 'diff-so-fancy' # - 'diff-so-fancy'
- 'git' - 'git'
- 'htop' - 'htop'
- 'thefuck' - 'thefuck'
@ -92,16 +93,16 @@ system_base_softwares_debian:
system_upgrade: false system_upgrade: false
system_arch_local_mirror: system_arch_local_mirror:
system_user: [] system_user: []
#- name: toto # - name: toto
#home: /home/toto # home: /home/toto
#shell: '/bin/zsh' # shell: '/bin/zsh'
#group: ezfef # group: ezfef
system_group: [] system_group: []
keystodeploy: [] keystodeploy: []
#- name: toto # - name: toto
# user: toto # user: toto
# ssjkey: lrlrl # ssjkey: lrlrl
privatekeytodeploy: [] privatekeytodeploy: []
#- user: root # - user: root
# keyfile: /root/.ssh/id_rsa # keyfile: /root/.ssh/id_rsa
# privatekey: {{ vault_privatekey }} # privatekey: {{ vault_privatekey }}