add yamllint & prettier
This commit is contained in:
parent
6d630ea833
commit
d42d98218b
@ -1,12 +1,12 @@
|
||||
---
|
||||
user:
|
||||
name: user
|
||||
arch_base_locale: fr_FR.UTF-8
|
||||
arch_base_keymap: fr
|
||||
arch_base_timezone: Europe/Paris
|
||||
arch_base_locales: [
|
||||
"fr_FR.UTF-8",
|
||||
"en_US.UTF-8"
|
||||
]
|
||||
arch_base_locales:
|
||||
- "fr_FR.UTF-8"
|
||||
- "en_US.UTF-8"
|
||||
time:
|
||||
hwclock: UTC
|
||||
timezone: Europe/Paris
|
||||
@ -38,7 +38,7 @@ system_base_softwares_arch:
|
||||
- 'iftop'
|
||||
- 'zip'
|
||||
- 'unzip'
|
||||
- 'unrar'
|
||||
- 'unrar'
|
||||
- 'git-lfs'
|
||||
- 'httpie'
|
||||
- 'lsof'
|
||||
@ -49,7 +49,8 @@ system_base_softwares_arch:
|
||||
- 'logrotate'
|
||||
- 'otf-cascadia-code'
|
||||
- 'neovim'
|
||||
|
||||
- 'yamllint'
|
||||
- 'prettier'
|
||||
system_base_aur_soft:
|
||||
- 'nodejs-markdownlint-cli'
|
||||
|
||||
@ -62,10 +63,10 @@ system_base_softwares_debian:
|
||||
- 'nmap'
|
||||
- 'dnsutils'
|
||||
- 'rsync'
|
||||
#- 'awesome-terminal-fonts'
|
||||
# - 'awesome-terminal-fonts'
|
||||
- 'wget'
|
||||
#- 'bat'
|
||||
#- 'diff-so-fancy'
|
||||
# - 'bat'
|
||||
# - 'diff-so-fancy'
|
||||
- 'git'
|
||||
- 'htop'
|
||||
- 'thefuck'
|
||||
@ -82,7 +83,7 @@ system_base_softwares_debian:
|
||||
- 'iftop'
|
||||
- 'zip'
|
||||
- 'unzip'
|
||||
- 'unrar'
|
||||
- 'unrar'
|
||||
- 'git-lfs'
|
||||
- 'httpie'
|
||||
- 'ethtool'
|
||||
@ -92,16 +93,16 @@ system_base_softwares_debian:
|
||||
system_upgrade: false
|
||||
system_arch_local_mirror:
|
||||
system_user: []
|
||||
#- name: toto
|
||||
#home: /home/toto
|
||||
#shell: '/bin/zsh'
|
||||
#group: ezfef
|
||||
# - name: toto
|
||||
# home: /home/toto
|
||||
# shell: '/bin/zsh'
|
||||
# group: ezfef
|
||||
system_group: []
|
||||
keystodeploy: []
|
||||
#- name: toto
|
||||
# user: toto
|
||||
# ssjkey: lrlrl
|
||||
# - name: toto
|
||||
# user: toto
|
||||
# ssjkey: lrlrl
|
||||
privatekeytodeploy: []
|
||||
#- user: root
|
||||
# keyfile: /root/.ssh/id_rsa
|
||||
# privatekey: {{ vault_privatekey }}
|
||||
# - user: root
|
||||
# keyfile: /root/.ssh/id_rsa
|
||||
# privatekey: {{ vault_privatekey }}
|
||||
|
Loading…
Reference in New Issue
Block a user