fix acl and stuff

This commit is contained in:
Elizabeth Hunt 2024-02-29 23:37:46 -05:00
parent ea6c3093ca
commit 13efff64b8
2 changed files with 15 additions and 1 deletions

View File

@ -15,9 +15,23 @@
- curl
- gnupg-agent
- software-properties-common
- systemd-timesyncd
state: latest
update_cache: yes
- name: enable systemd-timesyncd
ansible.builtin.systemd_service:
name: systemd-timesyncd
state: restarted
enabled: true
daemon_reload: true
- name: purge ntp
apt:
name:
- ntp
state: purged
- name: docker GPG key
apt_key:
url: https://download.docker.com/linux/debian/gpg

View File

@ -2,7 +2,7 @@
"groups": {
"group:admin": ["elizabeth.hunt"],
"group:roomates": ["riley"],
"group:friends": ["riley"],
"group:friends": ["riley", "rain"],
"group:sys": ["sys"]
},
"tagOwners": {