46 lines
762 B
YAML
46 lines
762 B
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_aur_soft: []
|
|
|
|
|
|
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 }}
|
|
|
|
# Custom hosts entries to be added
|
|
hosts_entries: []
|
|
|
|
# Custom host file snippets to be added
|
|
hosts_file_snippets: []
|
|
|
|
system_ipV6_disable: true
|
|
|
|
system_ssh_custom_host:
|
|
# - host:
|
|
# user:
|
|
# keyfile:
|