Setup basic postgresql server and add a db-aarch64 to test with.
This commit is contained in:
parent
93e53a78be
commit
f00b97e48e
5 changed files with 94 additions and 0 deletions
10
inventory/group_vars/postgresql-server
Normal file
10
inventory/group_vars/postgresql-server
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
# common items for the releng-* boxes
|
||||
lvm_size: 50000
|
||||
mem_size: 8192
|
||||
num_cpus: 4
|
||||
# for systems that do not match the above - specify the same parameter in
|
||||
# the host_vars/$hostname file
|
||||
|
||||
tcp_ports: [ 80 ]
|
||||
fas_client_groups: sysadmin-noc
|
Loading…
Add table
Add a link
Reference in a new issue