Compare commits
No commits in common. "5fea64d59b2cc41bfba9ab13227e9efbc97f619d" and "b2db8e41e918ee8d5f842477d7deaaa88a3a8132" have entirely different histories.
5fea64d59b
...
b2db8e41e9
3 changed files with 0 additions and 26 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,4 +0,0 @@
|
||||||
.pass/
|
|
||||||
.vagrant
|
|
||||||
*.retry
|
|
||||||
hosts
|
|
|
@ -1,2 +0,0 @@
|
||||||
APT::Periodic::Update-Package-Lists "1";
|
|
||||||
APT::Periodic::Unattended-Upgrade "1";
|
|
|
@ -1,20 +0,0 @@
|
||||||
---
|
|
||||||
- name: Install generic deps
|
|
||||||
apt:
|
|
||||||
pkg:
|
|
||||||
- git
|
|
||||||
- sudo
|
|
||||||
- acl
|
|
||||||
|
|
||||||
- name: Install Unattended Upgrades
|
|
||||||
apt:
|
|
||||||
pkg:
|
|
||||||
- unattended-upgrades
|
|
||||||
|
|
||||||
- name: Activate Unattented Upgrades
|
|
||||||
copy:
|
|
||||||
src: 20auto-upgrades
|
|
||||||
dest: /etc/apt/apt.conf.d/20auto-upgrades
|
|
||||||
owner: root
|
|
||||||
group: root
|
|
||||||
mode: 0644
|
|
Loading…
Reference in a new issue