neb/ansible/playbooks/update.yml

14 lines
298 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:
2023-10-18 23:34:02 +02:00
repo: git@git.ixvd.net:ixvd/secrets
dest: /etc/ixvd/secrets