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.
Arch Linux (installation)
Location: installation/Arch Linux/
Arch Linux–specific material: post-install playbook and snippets used to develop and test parts of the main Arch post-install workflow.
Structure
| Path | Purpose |
|---|---|
| post-install/ | Main post-install playbook stub and snippet playbooks. See post-install.md. |
| post-install/snippets/ | Reusable pieces: installation (pacman, AUR, Flatpak, Snap), repos (CachyOS, BlackArch), random (SSH keys, git clone). See snippets.md. |
Notes
- Snippets are intended for development and testing; they may be unstable or incomplete.
- After a fresh Arch install, ensure python and python3 are installed on the target so Ansible can run.
- The main “full” Arch post-install logic lives in the top-level
installation/archinstall.yml; this folder holds the modular/snippet versions and thearchPostInstall.ymlstub.