Skip to content

Commit 8285efe

Browse files
committed
Change defaults, add notice
1 parent 752abc0 commit 8285efe

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.gitignore

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
/inventory
77
/.env
88
/.temp/dynamic_vars/*
9+
/roles/*.*
910

10-
11-
12-
13-
!.gitkeep
11+
!.gitkeep

.templates/inventory/group_vars/all.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ default_role_users:
9393

9494
# technical administrator used for automatic deployments
9595
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
9797
technical_account_id: 1800
9898
technical_group: "technical"
9999
technical_group_id: 4055
@@ -109,7 +109,7 @@ default_role_basic_security:
109109
change_root_password: no
110110
root_password: ""
111111
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
113113
firewall_whitelist_local_network_addresses: true
114114
firewall_allowed_outgoing_ports:
115115
- "22"

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ This set of playbooks needs to run at least on this specification:
4545
- OS: Ubuntu 16.04+ or latest Debian Stable or Latest Armbian
4646
- Host type: Physical ARM or KVM
4747

48+
*Notice: The ARM support is not official. We do not have any ARM nodes to test currently, we did in the past.*
49+
4850
Usage documentation
4951
===================
5052

0 commit comments

Comments
 (0)