Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
09506ee6
Commit
09506ee6
authored
Dec 07, 2017
by
Bartłomiej Piotrowski
Browse files
archweb: install python2-setuptools
parent
0076adb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/archweb/tasks/main.yml
View file @
09506ee6
---
-
name
:
install git
pacman
:
name=git,python2,python2-psycopg2,python2-virtualenv,uwsgi-plugin-python2,gcc state=present
-
name
:
install required packages
pacman
:
name=git,python2-setuptools,python2-psycopg2,python2-virtualenv,uwsgi-plugin-python2,gcc state=present
-
name
:
make archweb user
user
:
name=archweb shell=/bin/false home="{{ archweb_dir }}" createhome=no
...
...
@@ -15,8 +14,7 @@
-
name
:
set up nginx
template
:
src=nginx.d.conf.j2 dest=/etc/nginx/nginx.d/archweb.conf owner=root group=root mode=644
notify
:
-
reload nginx
notify
:
reload nginx
when
:
archweb_site
-
name
:
make nginx log dir
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment