Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
php
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ansible
Roles
php
Commits
67c4ca29
Commit
67c4ca29
authored
6 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
Ensure oracle client log directories and permissions
parent
9f748908
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
tasks/oci-5.3.yml
+18
-0
18 additions, 0 deletions
tasks/oci-5.3.yml
tasks/oci-5.6.yml
+18
-0
18 additions, 0 deletions
tasks/oci-5.6.yml
tasks/oci-7.0.yml
+18
-0
18 additions, 0 deletions
tasks/oci-7.0.yml
with
54 additions
and
0 deletions
tasks/oci-5.3.yml
+
18
−
0
View file @
67c4ca29
...
...
@@ -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'
...
...
This diff is collapsed.
Click to expand it.
tasks/oci-5.6.yml
+
18
−
0
View file @
67c4ca29
...
...
@@ -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'
...
...
This diff is collapsed.
Click to expand it.
tasks/oci-7.0.yml
+
18
−
0
View file @
67c4ca29
...
...
@@ -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'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment