Skip to content

Commit 6b4dd03

Browse files
authored
Merge pull request #69 from Appdynamics/develop
Move controller_vars from vars to defaults release
2 parents 887021c + bbb96d0 commit 6b4dd03

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
## 2021-04-07
3+
4+
### Changed
5+
6+
- Common role: Move controller_vars from vars to defaults
7+
28
## 2021-02-24
39

410
### Added

roles/common/defaults/main.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ machine_hierarchy: ""
5050
enable_ssl: false
5151
enable_proxy: false
5252
enable_proxy_authentication: false
53+
analytics_event_endpoint: "https://fra-ana-api.saas.appdynamics.com:443"
54+
controller_port: "443"
55+
controller_account_name: "customer1"
56+
controller_global_analytics_account_name: "customer1-guid"
57+
enable_analytics_agent: "true"
5358

5459
#restart_app flag - Set this flag true to automatically restart service
5560
restart_app: false

roles/common/vars/main/controller_vars.yml

-7
This file was deleted.

0 commit comments

Comments
 (0)