From df4c2e85901cba03bc5b02b5fc38c9821f81e288 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Tue, 27 Mar 2018 15:58:07 +0000 Subject: [PATCH] adding sysadmin-qa as sudoers for qa db machines --- inventory/host_vars/db-qa01.qa.fedoraproject.org | 1 + inventory/host_vars/db-qa02.qa.fedoraproject.org | 1 + 2 files changed, 2 insertions(+) diff --git a/inventory/host_vars/db-qa01.qa.fedoraproject.org b/inventory/host_vars/db-qa01.qa.fedoraproject.org index 6c434c8a26..f0b9613d9d 100644 --- a/inventory/host_vars/db-qa01.qa.fedoraproject.org +++ b/inventory/host_vars/db-qa01.qa.fedoraproject.org @@ -43,6 +43,7 @@ mem_size: 8192 num_cpus: 2 tcp_ports: [ 5432, 443, 3306 ] fas_client_groups: sysadmin-qa,sysadmin-noc,sysadmin-veteran +sudoers: "{{ private }}/files/sudo/qavirt-sudoers" # kernel SHMMAX value kernel_shmmax: 68719476736 diff --git a/inventory/host_vars/db-qa02.qa.fedoraproject.org b/inventory/host_vars/db-qa02.qa.fedoraproject.org index c9d0f838b8..d83787bc66 100644 --- a/inventory/host_vars/db-qa02.qa.fedoraproject.org +++ b/inventory/host_vars/db-qa02.qa.fedoraproject.org @@ -26,6 +26,7 @@ max_mem_size: "{{ mem_size * 2 }}" num_cpus: 6 tcp_ports: [ 5432, 443, 3306 ] fas_client_groups: sysadmin-qa,sysadmin-noc,sysadmin-veteran +sudoers: "{{ private }}/files/sudo/qavirt-sudoers" # kernel SHMMAX value kernel_shmmax: 68719476736