-
Notifications
You must be signed in to change notification settings - Fork 0
/
orangepi.yaml
30 lines (28 loc) · 1.01 KB
/
orangepi.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
28
29
30
---
# *******************************************
# Ansible Orange Pi playbook - Armbian 24.5.0
# begin : Fri 29 Mar 2024
# copyright : (c) 2024 Václav Dvorský
# email : [email protected]
# $Id: orangepi.yaml, v1.00 30/03/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: Setting up and updating the operating system
hosts: all
become: true
roles:
- role: system_upgrade
- role: env_settings
- role: docker
- role: orangepi
- role: firewall
- role: docker_apps
become: true
become_user: "{{ docker_user }}"
vars:
ansible_user: hufhendr