Adapt for Ubuntu and prepare for migration to Hetzner

This commit is contained in:
Paul-Henri Froidmont 2018-10-11 04:17:57 +02:00
parent 38237337fc
commit 3090cc6818
26 changed files with 94 additions and 123 deletions

View file

@ -1,22 +1,10 @@
---
- name: Install ansible prerequisites
script: ansible_prerequisites.sh creates=/root/.ansible_prerequisites_installed
- name: Install base packages
package: name={{item}} state=present update_cache=yes
with_items:
- htop
- git
- nload
- rsync
- ufw
- vim
- wget
- borg
- openbsd-netcat
- cronie
- name: Enable and start cronie
service:
name: cronie
enabled: true
state: started
- borgbackup