mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-15 09:23:06 -06:00
try stripping out JMX defaults
This commit is contained in:
@@ -1,13 +1,5 @@
|
||||
---
|
||||
|
||||
- name: Touch the JMX password file
|
||||
ansible.builtin.file:
|
||||
path: "{{ atl_product_home }}/jmx.access"
|
||||
state: touch
|
||||
owner: "{{ atl_product_user }}"
|
||||
group: "{{ atl_product_user }}"
|
||||
mode: 0600
|
||||
|
||||
# assume bbdc secret exists (else fail) - setup stuff for calling bitbucket rest api and get mesh node report
|
||||
# get the registered mesh node info as we need it for determining nodenames
|
||||
- name: Import Bitbucket API setup pieces
|
||||
|
||||
Reference in New Issue
Block a user