add all sol VMs to inventory & install+enable chrony by def
This commit is contained in:
@@ -15,11 +15,17 @@
|
||||
- python3-pip
|
||||
- python3-passlib
|
||||
- vnstat
|
||||
- chrony
|
||||
- name: Enable VNStat service
|
||||
service:
|
||||
name: vnstat
|
||||
enabled: yes
|
||||
state: started
|
||||
- name: Enable Chrony (NTP) service
|
||||
service:
|
||||
name: chrony
|
||||
enabled: yes
|
||||
state: started
|
||||
|
||||
- name: Add users
|
||||
hosts: all
|
||||
|
Reference in New Issue
Block a user