Go to file
Ariejan de Vroom 8eeb3e77a6
All checks were successful
Lint / Lint (3.11) (push) Successful in 1m50s
Lint / Lint (3.10) (push) Successful in 1m57s
Fix linting stuff
2024-06-07 09:04:58 +02:00
.gitea/workflows Fix linting stuff 2024-06-07 09:04:58 +02:00
group_vars Fix linting stuff 2024-06-07 09:04:58 +02:00
roles Fix linting stuff 2024-06-07 09:04:58 +02:00
.ansible-lint Fix linting stuff 2024-06-07 09:04:58 +02:00
.gitignore Fix linting stuff 2024-06-07 09:04:58 +02:00
.yamllint.yml Fix linting stuff 2024-06-07 09:04:58 +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 Fix linting stuff 2024-06-07 09:04:58 +02:00
README.md add dev pull command to readme 2024-06-06 22:14:07 +02:00
requirements.txt CI? 2024-06-07 08:49:00 +02:00
requirements.yml Fix linting stuff 2024-06-07 09:04:58 +02: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"