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.
29 lines
667 B
29 lines
667 B
- name: Default
|
|
hosts: all
|
|
roles:
|
|
- role: facts
|
|
tags: facts
|
|
- role: access
|
|
tags: access
|
|
when: root_access
|
|
- role: software
|
|
tags: software
|
|
- role: system
|
|
tags: system
|
|
when: root_access
|
|
- role: ecryptfs_automount
|
|
tags: ecryptfs_automount
|
|
when: encrypt_home_stacked_fs
|
|
- role: dotfiles
|
|
tags: dotfiles
|
|
- role: mnussbaum.base16-builder-ansible # Required for desktop_environment
|
|
tags:
|
|
- color
|
|
- desktop_environment
|
|
- role: termux
|
|
tags: termux
|
|
when: termux
|
|
- role: desktop_environment
|
|
tags: desktop_environment
|
|
when: display_server
|
|
|