ff
This commit is contained in:
parent
885b1c4155
commit
1a751155aa
1 changed files with 27 additions and 0 deletions
27
playbooks/0_laptop.yml
Normal file
27
playbooks/0_laptop.yml
Normal 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
|
Loading…
Reference in a new issue