Skip to content
Snippets Groups Projects
Commit 67c4ca29 authored by jurgenhaas's avatar jurgenhaas
Browse files

Ensure oracle client log directories and permissions

parent 9f748908
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,24 @@
with_items:
- '/usr/local/lib/instantclient_11_2'
- name: "Ensure log directories"
file:
path: '/usr/local/lib/instantclient_11_2/log/diag/clients'
owner: 'www-data'
group: 'root'
state: 'directory'
mode: '775'
follow: no
- name: "Set permissions in log directories"
file:
path: '/usr/local/lib/instantclient_11_2/log'
owner: 'www-data'
group: 'root'
mode: '775'
recurse: yes
follow: no
- name: "PHP | OCI | Make available libclntsh.so"
file:
src: '/usr/local/lib/instantclient_11_2/libclntsh.so.11.1'
......
......@@ -54,6 +54,24 @@
with_items:
- '/usr/local/lib/instantclient_11_2'
- name: "Ensure log directories"
file:
path: '/usr/local/lib/instantclient_11_2/log/diag/clients'
owner: 'www-data'
group: 'root'
state: 'directory'
mode: '775'
follow: no
- name: "Set permissions in log directories"
file:
path: '/usr/local/lib/instantclient_11_2/log'
owner: 'www-data'
group: 'root'
mode: '775'
recurse: yes
follow: no
- name: "Make available libclntsh.so"
file:
src: '/usr/local/lib/instantclient_11_2/libclntsh.so.11.1'
......
......@@ -54,6 +54,24 @@
with_items:
- '/usr/local/lib/instantclient_11_2'
- name: "Ensure log directories"
file:
path: '/usr/local/lib/instantclient_11_2/log/diag/clients'
owner: 'www-data'
group: 'root'
state: 'directory'
mode: '775'
follow: no
- name: "Set permissions in log directories"
file:
path: '/usr/local/lib/instantclient_11_2/log'
owner: 'www-data'
group: 'root'
mode: '775'
recurse: yes
follow: no
- name: "Make available libclntsh.so"
file:
src: '/usr/local/lib/instantclient_11_2/libclntsh.so.11.1'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment