adding mariadb port to db-qa01.qa
This commit is contained in:
parent
6d756fb29b
commit
988f469c4d
2 changed files with 1 additions and 3 deletions
|
@ -32,7 +32,7 @@ mariadb_root_password: "{{ dbqa01_mysql_root_password }}"
|
||||||
lvm_size: 300000
|
lvm_size: 300000
|
||||||
mem_size: 8192
|
mem_size: 8192
|
||||||
num_cpus: 2
|
num_cpus: 2
|
||||||
tcp_ports: [ 5432, 443 ]
|
tcp_ports: [ 5432, 443, 3306 ]
|
||||||
fas_client_groups: sysadmin-qa,sysadmin-noc
|
fas_client_groups: sysadmin-qa,sysadmin-noc
|
||||||
|
|
||||||
# kernel SHMMAX value
|
# kernel SHMMAX value
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
---
|
|
||||||
|
|
||||||
- name: ensure packages required for mariadb are installed
|
- name: ensure packages required for mariadb are installed
|
||||||
action: yum name={{ item }} state=latest
|
action: yum name={{ item }} state=latest
|
||||||
with_items:
|
with_items:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue