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.

19 lines
391 B

---
- name: Pacstrap with base packages.
include_role:
name: pacstrap
vars:
packages:
# arch base packages
- base
- base-devel
# linux kernel
- linux
- linux-firmware
# additional packages that are needed for further ansible functionality
- sudo
- networkmanager
- openssh
- python
chroot: "{{ root_mount }}"