No results
Table of Contents
This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
post-install (Arch Linux)
Location: installation/Arch Linux/post-install/
Stub playbook and snippets for Arch Linux post-installation. Used to develop and test pieces that may later be combined into a full playbook (e.g. the main installation/archinstall.yml).
Files
| File | Purpose |
|---|---|
| archPostInstall.yml | Short stub: hosts: all, become: true, no tasks (placeholder for full playbook). |
| inventory.ini | Example inventory (e.g. [arch_vm] with one host). |
| README.md | Explains that this is for testing; lists what works and what doesn’t. |
| snippets/ | Small playbooks for installers, repos, SSH, git. See snippets.md. |
Snippets overview
- installation/ – Pacman, AUR (yay), Flatpak, Snap.
- repos/ – Add CachyOS or BlackArch repos to Arch.
- random/ – SSH key generation, cloning Codeberg repos.
See the README in this folder and snippets.md for current status (e.g. gitclone permission issues). Run snippet playbooks with the correct inventory and vault if needed:
ansible-playbook -i installation/Arch\ Linux/post-install/inventory.ini -b -K --ask-vault-pass snippets/sshkeys.yml