dotfiles/.config/ansible/arch.yml
Sergio Laín 885b20e877
⚙️ config(ansible): added ansible and changed a lot of the yadm logic to ansible folder
i still have a lot of work to finish the ansible setup, as well as testing it (the worst part...)
2023-11-19 15:44:53 +01:00

9 lines
173 B
YAML

- name: Setup Arch Linux
hosts: local
roles:
- role: packages
vars:
role_path: roles/arch
- role: system
vars:
role_path: roles/arch