mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
18 lines
376 B
YAML
18 lines
376 B
YAML
---
|
|
- name: Copy pacman configuration file
|
|
copy: src=pacman.conf dest=/etc/pacman.conf
|
|
|
|
- name: Refresh pacman mirrors
|
|
pacman: update_cache=yes
|
|
|
|
- name: Set the hostname
|
|
hostname: name={{ hostname }}
|
|
|
|
- include: shell.yml
|
|
- include: user.yml
|
|
- include: sudo.yml
|
|
- include: packages.yml
|
|
- include: cron.yml
|
|
- include: ssh.yml
|
|
- include: dotfiles.yml
|
|
- include: orpie.yml
|