First sync
This commit is contained in:
9
update-hosts@.service
Normal file
9
update-hosts@.service
Normal file
@@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=Update /etc/hosts from %I
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
Nice=19
|
||||
IOSchedulingClass=2
|
||||
IOSchedulingPriority=7
|
||||
ExecStart=/usr/bin/ansible -i %I, -b -m fetch -a "src=/etc/hosts dest=/etc/hosts flat=yes" all
|
||||
Reference in New Issue
Block a user