39be9fafe7
- Move group_vars into inventory/ so playbooks can find them (was only visible to ad-hoc commands via CWD) - Add Ansible Vault for sensitive variables (gitea/grafana passwords, tokens, db credentials) with vault_password_file outside the repo - Enable Gitea Actions and deploy act_runner with Docker backend on the gitea VM - Add .gitea/workflows/lint.yml to run ansible-lint on every push - Set up Gitea → GitHub push mirror (sync_on_commit) - Fix ansible.cfg stdout_callback for ansible-core 2.20 compatibility - Add python-psycopg2 to gitea role (required for postgresql modules) - Add docker to gitea_runner role (required by act_runner at startup) - Exclude password hashes and VM images from git Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
120 lines
4.0 KiB
JSON
120 lines
4.0 KiB
JSON
{
|
|
"app_config": null,
|
|
"archinstall-language": "English",
|
|
"auth_config": {},
|
|
"bootloader_config": {
|
|
"bootloader": "Systemd-boot",
|
|
"removable": true,
|
|
"uki": false
|
|
},
|
|
"custom_commands": [
|
|
"mkdir -p /home/adyrem/.ssh && chmod 700 /home/adyrem/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILdW4rhQFv561bYs8w0/VgR6AFgOLvVsAh6pcjZ/CO2R homelab' > /home/adyrem/.ssh/authorized_keys && chmod 600 /home/adyrem/.ssh/authorized_keys && chown -R adyrem:adyrem /home/adyrem/.ssh"
|
|
],
|
|
"disk_config": {
|
|
"btrfs_options": {
|
|
"snapshot_config": null
|
|
},
|
|
"config_type": "manual_partitioning",
|
|
"device_modifications": [
|
|
{
|
|
"device": "/dev/vda",
|
|
"wipe": true,
|
|
"partitions": [
|
|
{
|
|
"btrfs": [],
|
|
"dev_path": null,
|
|
"flags": ["boot", "esp"],
|
|
"fs_type": "fat32",
|
|
"mount_options": [],
|
|
"mountpoint": "/boot",
|
|
"obj_id": "part-esp",
|
|
"size": {
|
|
"sector_size": { "unit": "B", "value": 512 },
|
|
"unit": "GiB",
|
|
"value": 1
|
|
},
|
|
"start": {
|
|
"sector_size": { "unit": "B", "value": 512 },
|
|
"unit": "MiB",
|
|
"value": 1
|
|
},
|
|
"status": "create",
|
|
"type": "primary"
|
|
},
|
|
{
|
|
"btrfs": [
|
|
{ "name": "@", "mountpoint": "/" },
|
|
{ "name": "@home", "mountpoint": "/home" },
|
|
{ "name": "@var", "mountpoint": "/var" },
|
|
{ "name": "@snapshots", "mountpoint": "/.snapshots" }
|
|
],
|
|
"dev_path": null,
|
|
"flags": [],
|
|
"fs_type": "btrfs",
|
|
"mount_options": ["compress=zstd"],
|
|
"mountpoint": null,
|
|
"obj_id": "part-root",
|
|
"size": {
|
|
"sector_size": { "unit": "B", "value": 512 },
|
|
"unit": "B",
|
|
"value": 20398997504
|
|
},
|
|
"start": {
|
|
"sector_size": { "unit": "B", "value": 512 },
|
|
"unit": "B",
|
|
"value": 1074790400
|
|
},
|
|
"status": "create",
|
|
"type": "primary"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"hostname": "arch-base",
|
|
"kernels": ["linux"],
|
|
"locale_config": {
|
|
"kb_layout": "de_CH-latin1",
|
|
"sys_enc": "UTF-8",
|
|
"sys_lang": "en_US"
|
|
},
|
|
"mirror_config": {
|
|
"custom_repositories": [],
|
|
"custom_servers": [],
|
|
"mirror_regions": {
|
|
"Worldwide": ["https://geo.mirror.pkgbuild.com/$repo/os/$arch"]
|
|
},
|
|
"optional_repositories": []
|
|
},
|
|
"network_config": {
|
|
"type": "nm"
|
|
},
|
|
"ntp": true,
|
|
"packages": [
|
|
"base-devel",
|
|
"git",
|
|
"openssh",
|
|
"networkmanager",
|
|
"vim",
|
|
"btrbk",
|
|
"qemu-guest-agent"
|
|
],
|
|
"parallel_downloads": 5,
|
|
"script": "guided",
|
|
"services": ["sshd", "NetworkManager", "qemu-guest-agent"],
|
|
"swap": {
|
|
"algorithm": "zstd",
|
|
"enabled": false
|
|
},
|
|
"timezone": "Europe/Zurich",
|
|
"version": "4.1",
|
|
"users": [
|
|
{
|
|
"enc_password": "$y$j9T$pqMooSvLvxBg2YP7eCQlq/$Ae8.dvSYB817bQkj5w9S4wu9OtWIq.p/pbWY6A/ythD",
|
|
"groups": ["wheel"],
|
|
"sudo": true,
|
|
"username": "adyrem"
|
|
}
|
|
]
|
|
}
|