forked from mohitmehral/playbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hostEntryUpdate1.yml
52 lines (51 loc) · 1.71 KB
/
hostEntryUpdate1.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
- hosts: 10.247.74.106
user: ansi
sudo: yes
tasks:
- name: set a text
lineinfile:
dest: /etc/hosts
regexp: "{{ item.regexp }}"
line: "{{ item.line }}"
with_items:
- { regexp: '^10.247.74.78 (.*) kmp.spicedigital.in', line: '10.247.74.78 kmp.spicedigital.in' }
############DNS Entiries##################
#10.247.74.17 web.umang.gov.in
#10.247.74.17 www.umang.gov.in
#10.247.74.17 static.umang.gov.in
#10.247.74.17 report.umang.gov.in
#10.247.74.17 reporting.umang.gov.in
#10.247.74.17 notify.umang.gov.in
#10.247.74.17 staging.umang.gov.in
########### WSO2 internal calling from web ###########
#10.247.74.17 wso2web.umang.gov.in
##
##10.247.74.17 logger.umang.gov.in
#10.247.74.17 dept.umang.gov.in
#10.247.74.17 core.umang.gov.in
##
#10.247.74.21 testgraylog.com
#10.247.74.21 stglog.umang.gov.in
#10.247.74.18 core.umang.gov.in
#10.247.74.23 db.pr.umang.internal
#10.247.74.24 service.pr.umang.internal
#10.247.74.25 msgbr.pr.umang.internal
#10.247.74.26 cmgr.pr.umang.internal
#10.247.74.21 logman.pr.umang.internal
##
#10.247.74.18 ws.umang.gov.in
###########################################
#10.247.74.16 core.pr.umang.internal
#10.247.74.19 notification.pr.umang.internal
#10.247.74.17 app.umang.gov.in
#10.247.74.50 service1.pr.umang.internal
#10.247.74.37 service2.pr.umang.internal
#10.247.74.63 wso21.pr.umang.internal
#10.247.74.64 wso22.pr.umang.internal
#10.247.74.35 wso23.pr.umang.internal
#10.247.74.65 wso24.pr.umang.internal
#10.247.74.60 static.pr.umang.internal
#10.247.74.74 db.stg.umang.internal
#10.247.74.23 db.pr.umang.internal
#10.247.74.22 db.pr.slave.umang.internal
#