First sync

This commit is contained in:
BrainwreckedTech
2019-09-11 04:47:13 -04:00
parent 238794a80d
commit 0563edc0cc
12 changed files with 118 additions and 0 deletions

9
update-hosts@.service Normal file
View 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