system/defaults/main.yml

83 lines
1.1 KiB
YAML
Raw Normal View History

2019-04-11 16:53:38 +00:00
user:
name: user
2018-12-02 20:03:03 +00:00
arch_base_locale: fr_FR.UTF-8
2019-04-10 18:27:12 +00:00
arch_base_keymap: fr
2018-12-02 20:03:03 +00:00
arch_base_timezone: Europe/Paris
arch_base_locales: [
"fr_FR.UTF-8",
"en_US.UTF-8"
2019-04-16 14:39:04 +00:00
]
time:
hwclock: UTC
2019-05-13 20:04:00 +00:00
timezone: Europe/Paris
2019-09-18 21:14:11 +00:00
system_base_softwares_arch:
2019-05-13 20:04:00 +00:00
- 'zsh'
- 'stow'
- 'wol'
- 'nmap'
- 'bind-tools'
- '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'
2019-05-24 18:29:19 +00:00
- 'unrar'
- 'git-lfs'
2020-04-09 11:16:01 +00:00
- 'httpie'
2020-04-15 16:45:21 +00:00
- 'lsof'
- 'glances'
2020-06-04 20:23:39 +00:00
- 'ethtool'
2019-09-18 21:14:11 +00:00
system_base_softwares_debian:
- 'zsh'
2020-04-15 16:45:21 +00:00
- 'lsof'
- 'glances'
2019-09-18 21:14:11 +00:00
- 'stow'
2019-09-22 10:49:16 +00:00
- 'wakeonlan'
2019-09-18 21:14:11 +00:00
- 'nmap'
- 'dnsutils'
2019-09-18 21:14:11 +00:00
- 'rsync'
#- 'awesome-terminal-fonts'
- 'wget'
#- 'bat'
#- 'diff-so-fancy'
- 'git'
- 'htop'
- 'thefuck'
- 'tldr'
- 'ntfs-3g'
- 'python-lxml'
- 'tmux'
- 'vim'
- 'python-pip'
- 'yarn'
- 'npm'
- 'nethogs'
- 'iftop'
- 'zip'
- 'unzip'
- 'unrar'
2019-09-22 10:49:16 +00:00
- 'git-lfs'
2020-04-09 11:16:01 +00:00
- 'httpie'
2020-06-04 20:23:39 +00:00
- 'ethtool'
2019-11-24 13:49:14 +00:00
system_upgrade: false
2020-03-01 20:06:02 +00:00
keystodeploy: []