Go to file
2024-06-06 23:01:51 +02:00
group_vars Add package base-devel 2024-06-06 22:52:17 +02:00
roles aur_builder FTW 2024-06-06 23:01:51 +02:00
ansible.cfg Setup role 01 host_info 2024-06-06 18:21:37 +02:00
hosts Setup role 01 host_info 2024-06-06 18:21:37 +02:00
main.yml Enable Wayland and GPU drivers 2024-06-06 22:22:51 +02:00
README.md add dev pull command to readme 2024-06-06 22:14:07 +02:00
requirements.yml Add requirements.yml 2024-06-06 16:17:29 +00:00

Arch Install

Installs my Arch Linux.

  • Clone this repo to your Arch install (after arch-chroot)
  • ansible-galaxy install -r requirements.yml
  • ansible-playbook main.yml --ask-become-pass

Development

git pull && ansible-playbook main.yml -e "ansible_become_password=XXXXX"