Add rqlite role. Ignore correct path.

This commit is contained in:
Luke Murphy 2018-11-30 21:45:13 +00:00
parent 91a739b344
commit 6b80e99d8e
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 14 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,6 +1,6 @@
*.pyc
__pycache__/
rqlite/
./rqlite/
xppl/cover/**
xppl/uploads/**
.tox

View File

@ -0,0 +1,13 @@
---
- name: Ensure the Make package is installed.
become: true
yum:
name: make
state: present
- name: Get RQLite installed into project directory.
make:
chdir: /var/xppl
target: install-rqlite
creates: /var/xppl/rqlite