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
ae51bc19
Commit
ae51bc19
authored
8 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
Update to Ansible 2.2.1.0 and adjust all file mode settings to provide them as strings
parent
6aeac6dd
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tasks/oci.yml
+1
-1
1 addition, 1 deletion
tasks/oci.yml
tasks/php.yml
+8
-8
8 additions, 8 deletions
tasks/php.yml
with
9 additions
and
9 deletions
tasks/oci.yml
+
1
−
1
View file @
ae51bc19
...
...
@@ -11,7 +11,7 @@
dest=/etc/{{ php_base_dir }}/{{ php_conf_dir }}/{{ item }}.ini
owner=root
group=root
mode=
0
644
mode=
'
644
'
with_items
:
-
oci8
-
pdo_oci
...
...
This diff is collapsed.
Click to expand it.
tasks/php.yml
+
8
−
8
View file @
ae51bc19
...
...
@@ -5,7 +5,7 @@
apt_repository
:
repo='{{ item }}'
state='present'
mode=644
mode=
'
644
'
with_items
:
'
{{
php_repositories
}}'
-
name
:
"
PHP
|
Install
required
packages."
...
...
@@ -37,7 +37,7 @@
state=directory
owner=root
group=root
mode=
0
755
mode=
'
755
'
-
name
:
"
PHP
|
Configuration
file,
php.ini"
template
:
...
...
@@ -45,7 +45,7 @@
dest=/etc/{{ php_base_dir }}/apache2/php.ini
owner=root
group=root
mode=
0
644
mode=
'
644
'
notify
:
-
"
Apache
|
Restart
Apache"
...
...
@@ -58,7 +58,7 @@
dest=/etc/apache2/mods-available/fcgid.conf
owner=root
group=root
mode=
0
644
mode=
'
644
'
notify
:
-
"
Apache
|
Restart
Apache"
...
...
@@ -68,7 +68,7 @@
dest=/etc/{{ php_base_dir }}/{{ php_conf_dir }}/opcache.ini
owner=root
group=root
mode=
0
644
mode=
'
644
'
notify
:
-
"
Apache
|
Restart
Apache"
...
...
@@ -132,7 +132,7 @@
state=directory
owner=root
group=root
mode=
0
755
mode=
'
755
'
-
name
:
"
PHP
|
ImageMagick
Policy
File"
template
:
...
...
@@ -140,7 +140,7 @@
dest=/etc/ImageMagick/policy.xml
owner=root
group=root
mode=
0
644
mode=
'
644
'
-
block
:
-
set_fact
:
...
...
@@ -158,5 +158,5 @@
dest=/etc/logrotate.d/php{{ phpLogRotatePrefix }}-fpm
owner=root
group=root
mode=644
mode=
'
644
'
tags
:
'
logrotate'
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