remove unneeded tasks; adjust some variables

This commit is contained in:
Lee Goolsbee
2024-03-25 14:38:23 -05:00
parent c610d975ca
commit d58d02f1f6
2 changed files with 6 additions and 69 deletions

View File

@@ -1,20 +1,11 @@
---
# the owner/group on the unarchive above isn't thorough
- name: adjust permissions on the extracted directory
ansible.builtin.file:
state: directory
path: "/opt/atlassian/mesh/atlassian-bitbucket-mesh-{{ atl_product_version }}"
owner: "{{ atl_product_user }}"
group: "{{ atl_product_user }}"
recurse: yes
- name: touch the jmx password file
- name: Touch the JMX password file
ansible.builtin.file:
path: "{{ atl_home_base }}/{{ atl_product_edition }}/jmx.access"
state: touch
owner: "{{ atl_product_user_uid }}"
group: "{{ atl_product_user_uid }}"
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