File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
.templates/inventory/group_vars Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
/inventory
7
7
/.env
8
8
/.temp /dynamic_vars /*
9
+ /roles /* . *
9
10
10
-
11
-
12
-
13
- ! .gitkeep
11
+ ! .gitkeep
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ default_role_users:
93
93
94
94
# technical administrator used for automatic deployments
95
95
technical_account : " tech.admin"
96
- technical_password : ' xyz' # mkpasswd --method=SHA-512, also important - single quotes are important
96
+ # technical_password: 'xyz' # mkpasswd --method=SHA-512, also important - single quotes are important
97
97
technical_account_id : 1800
98
98
technical_group : " technical"
99
99
technical_group_id : 4055
@@ -109,7 +109,7 @@ default_role_basic_security:
109
109
change_root_password : no
110
110
root_password : " "
111
111
configure_firewall : yes
112
- firewall_interface : ens192 # important: adjust this to your needs, invalid value may cut off access to the machine
112
+ # firewall_interface: ens192 # important: adjust this to your needs, invalid value may cut off access to the machine
113
113
firewall_whitelist_local_network_addresses : true
114
114
firewall_allowed_outgoing_ports :
115
115
- " 22"
Original file line number Diff line number Diff line change @@ -45,6 +45,8 @@ This set of playbooks needs to run at least on this specification:
45
45
- OS: Ubuntu 16.04+ or latest Debian Stable or Latest Armbian
46
46
- Host type: Physical ARM or KVM
47
47
48
+ * Notice: The ARM support is not official. We do not have any ARM nodes to test currently, we did in the past.*
49
+
48
50
Usage documentation
49
51
===================
50
52
You can’t perform that action at this time.
0 commit comments