Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ippidb-web
Manage
Activity
Members
Labels
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iPPIDB
ippidb-web
Commits
5eca3b34
Commit
5eca3b34
authored
6 years ago
by
Hervé MENAGER
Browse files
Options
Downloads
Patches
Plain Diff
install python-psycopg2 for postgresql setup
Former-commit-id: 0f6caa940cb84ba9df006d975149384096a62138
parent
10066189
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/deploy.yaml
+3
-0
3 additions, 0 deletions
ansible/deploy.yaml
with
3 additions
and
0 deletions
ansible/deploy.yaml
+
3
−
0
View file @
5eca3b34
...
...
@@ -41,6 +41,9 @@
-
name
:
install httpd-devel
yum
:
name=httpd-devel state=present update_cache=yes
become
:
true
-
name
:
install python-psycopg2
yum
:
name=python-psycopg2 state=present update_cache=yes
become
:
true
-
name
:
install mod_wsgi
pip
:
name=mod_wsgi extra_args=--upgrade executable=pip3
become
:
true
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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