fix acl and stuff
This commit is contained in:
parent
ea6c3093ca
commit
13efff64b8
@ -15,9 +15,23 @@
|
|||||||
- curl
|
- curl
|
||||||
- gnupg-agent
|
- gnupg-agent
|
||||||
- software-properties-common
|
- software-properties-common
|
||||||
|
- systemd-timesyncd
|
||||||
state: latest
|
state: latest
|
||||||
update_cache: yes
|
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
|
- name: docker GPG key
|
||||||
apt_key:
|
apt_key:
|
||||||
url: https://download.docker.com/linux/debian/gpg
|
url: https://download.docker.com/linux/debian/gpg
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"groups": {
|
"groups": {
|
||||||
"group:admin": ["elizabeth.hunt"],
|
"group:admin": ["elizabeth.hunt"],
|
||||||
"group:roomates": ["riley"],
|
"group:roomates": ["riley"],
|
||||||
"group:friends": ["riley"],
|
"group:friends": ["riley", "rain"],
|
||||||
"group:sys": ["sys"]
|
"group:sys": ["sys"]
|
||||||
},
|
},
|
||||||
"tagOwners": {
|
"tagOwners": {
|
||||||
|
Loading…
Reference in New Issue
Block a user