Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
piops
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LQdN interne
piops
Commits
c1e100bb
Commit
c1e100bb
authored
Feb 11, 2019
by
okhin
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Création d'un role wordpress
parent
99418062
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
26 additions
and
2 deletions
+26
-2
.gitmodules
.gitmodules
+3
-0
php5.yml
group_vars/php5.yml
+9
-0
wordpress.yml
group_vars/wordpress.yml
+2
-0
hosts
hosts
+9
-0
php5
roles/php5
+1
-0
site.yml
site.yml
+2
-2
No files found.
.gitmodules
View file @
c1e100bb
...
...
@@ -4,3 +4,6 @@
[submodule "roles/apache2"]
path = roles/apache2
url = gitlab@git.laquadrature.net:lqdn-interne/piops-roles/apache2.git
[submodule "roles/php5"]
path = roles/php5
url = gitlab@git.laquadrature.net:lqdn-interne/piops-roles/php5.git
group_vars/php5.yml
0 → 100644
View file @
c1e100bb
libapache2-mod-php
:
libapache-mod-php5
php_dependencies
:
-
php5
-
php5-common
-
php5-mysqlnd
-
php5-mcrypt
-
php5-curl
-
php5-cli
-
php-pear
group_vars/wordpress.yml
0 → 100644
View file @
c1e100bb
wordpress_unix_user
:
grange
wordpress_wpcli_path
:
/usr/local/bin/wp-cli.phar
hosts
View file @
c1e100bb
pi3.lqdn.fr
[dev]
pi3.lqdn.fr
[wordpress]
pi3.lqdn.fr
[php5]
pi3.lqdn.fr
php5
@
37852a99
Subproject commit 37852a99f323bb2f94398d4b5dfa9f3497b80c7f
site.yml
View file @
c1e100bb
---
# Playbook principal pour piops
# Permet d'installer ansible et d'installer
un cronjob
# Permet d'installer ansible et d'installer
un cronjob pour ansible-pull
-
hosts
:
pi3.lqdn.fr
-
hosts
:
all
remote_user
:
root
vars
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment