DCD-224: Create a role for installation with the binary installer.

This commit is contained in:
Steve Smith
2019-05-07 18:42:40 +10:00
parent 9b9860a5ef
commit a5eefe326e
59 changed files with 1153 additions and 27 deletions

View File

@@ -7,17 +7,4 @@
user:
name: "{{ atl_product_user }}"
comment: "Product runtime user"
- name: Create installation directories
file:
path: "{{ item }}"
state: directory
mode: 0750
owner: "{{ atl_product_user }}"
group: "{{ atl_product_user }}"
with_items:
- "{{ atl_product_home }}"
- "{{ atl_installer_temp }}"
- "{{ atl_product_home_shared }}"
- "{{ atl_product_shared_plugins }}"
- "{{ atl_product_installation_base }}"
when: create_product_user