diff options
| author | zhangzh <[email protected]> | 2020-01-17 01:18:04 +0800 |
|---|---|---|
| committer | zhangzh <[email protected]> | 2020-01-17 01:18:04 +0800 |
| commit | ab27775a69364a22e19c85f92a0f232e18a99f22 (patch) | |
| tree | 52298f14e97bafb15cbcf46ec4de165bb1b662be /roles/tfe | |
| parent | 19317a1e4737e35e552d5b97684cb1299137504a (diff) | |
update deploy.yml
Diffstat (limited to 'roles/tfe')
| -rw-r--r-- | roles/tfe/.DS_Store | bin | 0 -> 6148 bytes | |||
| -rw-r--r-- | roles/tfe/templates/tfe.conf.j2 | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/roles/tfe/.DS_Store b/roles/tfe/.DS_Store Binary files differnew file mode 100644 index 0000000..034aba2 --- /dev/null +++ b/roles/tfe/.DS_Store diff --git a/roles/tfe/templates/tfe.conf.j2 b/roles/tfe/templates/tfe.conf.j2 index 08fa194..ad93052 100644 --- a/roles/tfe/templates/tfe.conf.j2 +++ b/roles/tfe/templates/tfe.conf.j2 @@ -6,7 +6,7 @@ breakpad_minidump_dir=/run/tfe/crashreport/ breakpad_upload_url=http://127.0.0.1:9000/ [kni] -ip={{ tfe.kni_ip }} +ip=192.168.100.1 scm_port=2475 watchdog_switch=1 watchdog_port=2476 |
