mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
adding mariadb port to db-qa01.qa
This commit is contained in:
@@ -32,7 +32,7 @@ mariadb_root_password: "{{ dbqa01_mysql_root_password }}"
|
||||
lvm_size: 300000
|
||||
mem_size: 8192
|
||||
num_cpus: 2
|
||||
tcp_ports: [ 5432, 443 ]
|
||||
tcp_ports: [ 5432, 443, 3306 ]
|
||||
fas_client_groups: sysadmin-qa,sysadmin-noc
|
||||
|
||||
# kernel SHMMAX value
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
---
|
||||
|
||||
- name: ensure packages required for mariadb are installed
|
||||
action: yum name={{ item }} state=latest
|
||||
with_items:
|
||||
|
||||
Reference in New Issue
Block a user