feat: ansible update playbook

This commit is contained in:
Strix 2023-10-18 18:06:39 +02:00
parent 837d833cf1
commit 2756e4f7c7
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774

View file

@ -0,0 +1,14 @@
---
- name: Update system
hosts: all
remote_user: root
tasks:
- name: "update all packages"
ansible.builtin.apt:
name: "*"
state: latest
- name: "update /neb"
ansible.builtin.git:
repo: git@git.ixvd.net:ixvd/neb
dest: /neb