Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 921 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 921 Bytes

Ansible roles and playbooks for configuration management

This includes various playbooks and roles managing the overall configuration of the PCs plus some day-to-day tasks.

NOTE: All playbooks / roles expect to run with administrator privileges.

Quickstart

Taking over from the installer, to apply the base desktop configuration:

ansible-playbook post-install.yml
ansible-playbook reboot.yml

Look into the extra role for course-specific software configuration.

Playbooks