From 3272ac4b67c0b6af05163c37f240f7f67a666c0f Mon Sep 17 00:00:00 2001 From: Nick Bebout Date: Mon, 19 Aug 2013 19:29:50 +0000 Subject: [PATCH] Tweaks to group_vars for keys --- inventory/group_vars/keys | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory/group_vars/keys b/inventory/group_vars/keys index d25a1ea372..e34f14d7a9 100644 --- a/inventory/group_vars/keys +++ b/inventory/group_vars/keys @@ -5,8 +5,8 @@ num_cpus: 2 # for systems that do not match the above - specify the same parameter in # the host_vars/$hostname file -tcp_ports: [ 80, 443 ] -fas_client_groups: sysadmin-keys +tcp_ports: [ 80, 443, 11370, 11371 ] +fas_client_groups: sysadmin-noc,sysadmin-keys # default virt install command is for a single nic-device # define in another group file for more nics (see buildvm)