system/defaults/main.yml
2021-07-10 19:21:50 +02:00

114 lines
1.7 KiB
YAML

---
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"
time:
hwclock: UTC
timezone: Europe/Paris
system_base_softwares_arch:
- "zsh"
- "stow"
- "wol"
- "nmap"
- "bind"
- "rsync"
- "awesome-terminal-fonts"
- "wget"
- "bat"
- "diff-so-fancy"
- "git"
- "htop"
- "thefuck"
- "tldr"
- "ntfs-3g"
- "python-lxml"
- "tmux"
- "vim"
- "python-pip"
- "pacman-contrib"
- "yarn"
- "npm"
- "nethogs"
- "iftop"
- "zip"
- "unzip"
- "unrar"
- "git-lfs"
- "httpie"
- "lsof"
- "glances"
- "ethtool"
- "gnu-netcat"
- "netctl"
- "logrotate"
- "otf-cascadia-code"
- "neovim"
- "yamllint"
- "prettier"
- "fd"
- "fzf"
system_base_aur_soft:
- "nodejs-markdownlint-cli"
system_base_softwares_debian:
- "zsh"
- "lsof"
- "glances"
- "stow"
- "wakeonlan"
- "nmap"
- "dnsutils"
- "rsync"
# - 'awesome-terminal-fonts'
- "wget"
# - 'bat'
# - 'diff-so-fancy'
- "git"
- "htop"
- "thefuck"
- "tldr"
- "ntfs-3g"
- "python-lxml"
- "tmux"
- "neovim"
- "python-neovim"
- "python-pip"
- "yarn"
- "npm"
- "nethogs"
- "iftop"
- "zip"
- "unzip"
- "unrar"
- "git-lfs"
- "httpie"
- "ethtool"
- "traceroute"
- "fonts-cascadia-code"
- "rust-fd-find"
- "fzf"
system_upgrade: false
system_arch_local_mirror:
system_user: []
# - name: toto
# home: /home/toto
# shell: '/bin/zsh'
# group: ezfef
system_group: []
keystodeploy: []
# - name: toto
# user: toto
# ssjkey: lrlrl
privatekeytodeploy: []
# - user: root
# keyfile: /root/.ssh/id_rsa
# privatekey: {{ vault_privatekey }}