mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Adapt for Ubuntu and prepare for migration to Hetzner
This commit is contained in:
parent
38237337fc
commit
3090cc6818
26 changed files with 94 additions and 123 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue