ansible/roles/common
Salt 7a98174297 Do not recursively own Ansible user home
This works around a bug with a recursive symlink in the sshd role. With that symlink, ansible-pull fails as it recurses through its own repo infinitely.
2021-03-11 09:19:55 -06:00
..
handlers Add handlers back to common role 2021-01-23 18:45:32 -06:00
tasks Do not recursively own Ansible user home 2021-03-11 09:19:55 -06:00
templates Add some basic shell profile configuration 2020-12-29 09:48:18 -06:00
README.md Add READMEs to roles 2020-10-17 01:16:10 -05:00

common

This role configures common machine configuration, such as ensuring the correct hostname/timezone and installing basic administration packages.

Additionally, it ensures that the user ansible is configured properly.