ff
All checks were successful
ansible-lint / gitleaks (pull_request) Successful in 3s
ansible-lint / Ansible Lint (pull_request) Successful in 23s

This commit is contained in:
Michael Grote 2024-12-28 20:12:24 +01:00
parent 885b1c4155
commit 1a751155aa

27
playbooks/0_laptop.yml Normal file
View file

@ -0,0 +1,27 @@
---
- hosts: irantu
roles:
- role: mgrote_users
tags: users
become: true
- role: mgrote_user_setup
tags:
- user_setup
- dotfiles
- role: mgrote_remove_snapd
become: true
tags: "snapd"
- role: mgrote_apt_update_packages
tags: "updates"
- role: mgrote_etckeeper
tags: "etckeeper"
- role: mgrote_restic
tags: "restic"
- role: mgrote_fwupd_settings
become: true
tags: fwupd
- role: mgrote_ssh
tags: "ssh"
- role: oefenweb.ufw
tags: ufw
become: true