Skip to content
Snippets Groups Projects
Verified Commit 377290f6 authored by Giancarlo Razzolini's avatar Giancarlo Razzolini
Browse files

roles/security-tracker: Initial work on deploying it as a uwsgi application.

parent 664f6471
No related branches found
No related tags found
No related merge requests found
---
- name: install packages
pacman: name={{ item }} state=present
with_items:
- git
- python
- python-sqlalchemy
- python-flask
- python-flask-sqlalchemy
- python-flask-wtf
- python-flask-login
- python-requests
- python-scrypt
- pyalpm
- sqlite
- expac
- name: make security user
user: name=security shell=/bin/false home="{{ security_tracker_dir }}" createhome=no
- name: fix home permissions
file: state=directory owner=security group=security path="{{ security_tracker_dir }}"
- name: clone security-tracker repo
git: repo=https://github.com/anthraxx/arch-security-tracker.git version="stable" dest="{{ security_tracker_dir }}"
become: true
become_user: security
- name: fix home permissions
file: state=directory owner=security group=security path="{{ security_tracker_dir }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment