diff options
author | Kevin Fenzi <kevin@scrye.com> | 2017-04-25 18:29:01 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2017-04-25 18:29:01 +0000 |
commit | 2e7aece02b3ed04cf900461444162c40a7c4849e (patch) | |
tree | 09de8509d584e5fe068964514076d61ab1105dbb | |
parent | 0685911cd6cf012328570d75f6c93c7a6ee528a1 (diff) | |
download | ansible-2e7aece02b3ed04cf900461444162c40a7c4849e.tar.gz ansible-2e7aece02b3ed04cf900461444162c40a7c4849e.tar.xz ansible-2e7aece02b3ed04cf900461444162c40a7c4849e.zip |
probibly need port 443 back
-rw-r--r-- | inventory/group_vars/keys | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory/group_vars/keys b/inventory/group_vars/keys index 0e81795d3..c74e39504 100644 --- a/inventory/group_vars/keys +++ b/inventory/group_vars/keys @@ -6,5 +6,5 @@ num_cpus: 2 # for systems that do not match the above - specify the same parameter in # the host_vars/$hostname file -tcp_ports: [ 80, 11370, 11371 ] +tcp_ports: [ 80, 443, 11370, 11371 ] fas_client_groups: sysadmin-noc,sysadmin-keys |