You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
archlinux-ansible/main.yml

37 lines
527 B

---
- name: Install system.
hosts: all
roles:
- passwordless_connection
- prep
- disksetup
- configure
tasks:
- name: Reboot system
reboot:
- name: Configure system.
hosts: all
roles:
- kewlfft.aur
- hostname
- localtime
- locale
- create_user
- paru
- display_server
- display_manager
- window_manager
- common_software
- audio
- name: bluetooth
when: feat_bluetooth
- mullvad
- docker
- yubikey
- u2f
3 years ago
- cleanup