diff --git a/inventories/aws/hosts b/inventories/aws/hosts index 11ed3e6..25d22a0 100644 --- a/inventories/aws/hosts +++ b/inventories/aws/hosts @@ -1,5 +1,5 @@ # inventory file for az2 -# auto generated at 2019-10-17 18:13:33 +# auto generated at 2019-10-21 10:10:48 [nameservers] 172.31.9.217 diff --git a/inventories/az1/hosts b/inventories/az1/hosts index d8671d6..b6df067 100644 --- a/inventories/az1/hosts +++ b/inventories/az1/hosts @@ -1,5 +1,5 @@ # inventory file for az1 -# auto generated at 2019-10-17 18:13:33 +# auto generated at 2019-10-21 10:10:48 [nameservers] 10.66.4.18 diff --git a/inventories/containers/hosts b/inventories/containers/hosts index bdf30f3..1559476 100644 --- a/inventories/containers/hosts +++ b/inventories/containers/hosts @@ -1,5 +1,5 @@ # inventory file for containers -# auto generated at 2019-10-17 18:13:33 +# auto generated at 2019-10-21 10:10:48 [media-containers] @@ -17,18 +17,20 @@ 10.66.16.112 10.66.16.132 10.66.16.135 +10.66.16.138 10.66.16.16 10.66.16.17 10.66.16.18 10.66.16.20 +10.66.16.26 +10.66.16.38 10.66.16.41 +10.66.16.53 10.66.16.57 10.66.16.59 10.66.16.62 10.66.16.65 10.66.16.76 -10.66.16.9 -10.66.16.93 [yoho-java-container] diff --git a/inventories/t6/hosts b/inventories/t6/hosts index bd32081..36ffbea 100644 --- a/inventories/t6/hosts +++ b/inventories/t6/hosts @@ -1,5 +1,5 @@ # inventory file for az1 -# auto generated at 2019-10-17 18:13:33 +# auto generated at 2019-10-21 10:10:48 [nameservers] 10.66.4.18 @@ -65,6 +65,7 @@ 10.66.70.250 10.66.70.32 + [java-message] 10.66.70.17 10.66.70.240 @@ -109,6 +110,7 @@ 10.66.70.14 10.66.70.237 + [java-product] 10.66.70.17 10.66.70.240 @@ -141,7 +143,17 @@ 10.66.70.14 10.66.70.237 + [java-resources] +10.66.70.107 +10.66.70.96 +10.66.70.61 +10.66.70.102 +10.66.70.117 +10.66.70.2 +10.66.70.34 +10.66.70.171 +10.66.70.72 10.66.70.145 @@ -184,10 +196,29 @@ [java-users] +10.66.70.107 +10.66.70.96 +10.66.70.61 +10.66.70.102 +10.66.70.117 +10.66.70.2 +10.66.70.34 +10.66.70.171 +10.66.70.72 10.66.70.145 [java-wallet] +10.66.70.17 +10.66.70.240 +10.66.70.225 +10.66.70.131 +10.66.70.152 +10.66.70.228 +10.66.70.133 +10.66.70.113 +10.66.70.203 +10.66.70.156 10.66.70.79 diff --git a/playbooks/redis.yml b/playbooks/redis.yml index 089a40b..6761d21 100644 --- a/playbooks/redis.yml +++ b/playbooks/redis.yml @@ -1,4 +1,4 @@ -- hosts: "{{ group }}" +- hosts: "java-redis" remote_user: root roles: - role: redis-cluster diff --git a/playbooks/templates/sec/nginx.conf b/playbooks/templates/sec/nginx.conf index 8437353..a1f4eaf 100644 --- a/playbooks/templates/sec/nginx.conf +++ b/playbooks/templates/sec/nginx.conf @@ -42,7 +42,8 @@ http { allow 10.66.70.0/24; allow 172.31.70.0/24; allow 10.66.0.118/32; - deny all; + allow 10.66.101.10/32; + deny all; #charset koi8-r; #access_log logs/host.access.log main;