try stripping out JMX defaults

This commit is contained in:
Lee Goolsbee
2024-03-26 16:41:44 -05:00
parent 7be6d67077
commit 2b2d35e065
2 changed files with 2 additions and 12 deletions

View File

@@ -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