This repository has been archived on 2020-08-28. You can view files and clone it, but cannot push or open issues/pull-requests.
ansible-laptop/playbook.yml

22 lines
338 B
YAML
Raw Permalink Normal View History

2018-10-12 22:44:28 +02:00
---
- hosts: 127.0.0.1
connection: local
become: yes
any_errors_fatal: yes
roles:
2019-05-28 20:58:57 +02:00
- role: base
2018-10-12 22:44:28 +02:00
- role: packages
tags:
- packages
- role: gui
tags:
- gui
- role: prog
tags:
- prog
- role: docker
tags:
- docker
2019-02-11 15:09:00 +01:00
- role: wireguard
2019-06-17 14:41:54 +02:00
- role: monitoring