-
Notifications
You must be signed in to change notification settings - Fork 0
/
desktop.yaml
27 lines (25 loc) · 921 Bytes
/
desktop.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
# ***************************************
# Ansible Desktop playbook - Ubuntu 22.04
# begin : Tue 7 May 2024
# copyright : (c) 2024 Václav Dvorský
# email : [email protected]
# $Id: desktop.yaml, v1.10 18/06/2024
# ***************************************
# --------------------------------------------------------------------
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public Licence as published by
# the Free Software Foundation; either version 2 of the Licence, or
# (at your option) any later version.
# --------------------------------------------------------------------
- name: Set up a desktop operating system
hosts: all
become: true
roles:
- role: system_upgrade
- role: env_settings
- role: docker
- role: firewall
- role: desktop
- role: cloud_tools
- role: binenv