By setting the `desired_package_state` variable we can change if ansible should only ensure that the packages exist on the system (`present`) or that they are also updated to their latest version (`latest`).
16 lines
272 B
YAML
16 lines
272 B
YAML
user_pass_salt: supersecretsalt
|
|
user_name: voidboi
|
|
user_pass: voidlinux
|
|
user_shell: zsh
|
|
user_groups:
|
|
- wheel
|
|
- _seatd # TODO: This will error if it does not exist? (seatd not installed)
|
|
- dialout
|
|
- disk
|
|
- input
|
|
- kvm
|
|
- lp
|
|
- scanner
|
|
- storage
|
|
- usbmon
|
|
|