neb/ansible/playbooks/update.yml

14 lines
281 B
YAML
Raw Normal View History

2023-10-18 18:06:39 +02:00
---
- 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