diff options
author | Kevin Fenzi <kevin@scrye.com> | 2016-09-07 21:44:34 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2016-09-07 21:44:39 +0000 |
commit | 4e57205cc750a22a07372d13a3486c8b9d60e4c0 (patch) | |
tree | c3b41e01740dc2385c2a7a3c4c9815155c6a1029 | |
parent | 3e6aa4790a0ca7ec32998cefa3d4022a67e4a52a (diff) | |
download | ansible-4e57205cc750a22a07372d13a3486c8b9d60e4c0.tar.gz ansible-4e57205cc750a22a07372d13a3486c8b9d60e4c0.tar.xz ansible-4e57205cc750a22a07372d13a3486c8b9d60e4c0.zip |
give pagure more resources
-rw-r--r-- | inventory/group_vars/pagure | 2 | ||||
-rw-r--r-- | inventory/group_vars/pagure-stg | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/inventory/group_vars/pagure b/inventory/group_vars/pagure index 69de30240..32dbfffc4 100644 --- a/inventory/group_vars/pagure +++ b/inventory/group_vars/pagure @@ -1,7 +1,7 @@ --- # Define resources for this group of hosts here. lvm_size: 20000 -mem_size: 8192 +mem_size: 16384 num_cpus: 6 # for systems that do not match the above - specify the same parameter in diff --git a/inventory/group_vars/pagure-stg b/inventory/group_vars/pagure-stg index 367a3e6d0..4eca69aad 100644 --- a/inventory/group_vars/pagure-stg +++ b/inventory/group_vars/pagure-stg @@ -1,8 +1,8 @@ --- # Define resources for this group of hosts here. lvm_size: 20000 -mem_size: 2048 -num_cpus: 2 +mem_size: 8192 +num_cpus: 4 # for systems that do not match the above - specify the same parameter in # the host_vars/$hostname file |