https://github.com/orltom/arch-linux-ansible
arch linux developer workstation setup with ansible
https://github.com/orltom/arch-linux-ansible
ansible arch-linux
Last synced: about 1 year ago
JSON representation
arch linux developer workstation setup with ansible
- Host: GitHub
- URL: https://github.com/orltom/arch-linux-ansible
- Owner: orltom
- License: mit
- Created: 2021-02-08T06:52:13.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-06T23:04:07.000Z (over 1 year ago)
- Last Synced: 2025-03-26T06:34:24.873Z (over 1 year ago)
- Topics: ansible, arch-linux
- Language: Shell
- Homepage:
- Size: 125 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/orltom/arch-linux-ansible/actions/workflows/lint.yml)
[](https://github.com/orltom/arch-linux-ansible/actions/workflows/install.yml)
[](/LICENSE)
# Automated Arch Linux Setup
This Ansible playbook automates the setup of my development machine running Arch Linux.
## Prerequisites
The following packages need to be installed.
* Install [python](https://wiki.archlinux.org/title/python)
* Install [ansible](https://wiki.archlinux.org/title/Ansible)
* Install [openssh](https://wiki.archlinux.org/title/OpenSSH)
* Create SSH keys via `ssh-keygen`
## Usage
```shell
./install
```
## Additional Information
* [Arch Linux Installation Guide](https://wiki.archlinux.org/title/installation_guide)
* [Disk encryption](https://github.com/id101010/ansible-archlinux/blob/main/doc/INSTALL_EFI.md)
* [Mount an encrypted drive](https://necromuralist.github.io/posts/mount-an-encrypted-drive-using-cryptsetup/)
## Contributing
Please use the GitHub issue tracker to submit bugs or request features.
## Disclaimer
This project is licensed under the MIT License. See the LICENSE file for more details.