Add Vagrant related files

This commit is contained in:
2018-06-27 10:17:56 +02:00
parent 4935e6394b
commit 60ad2c7ae2
16 changed files with 351 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
---
- name: Install required packages
dnf:
name: "{{ item }}"
state: present
with_items:
- libselinux-python

View File

@@ -0,0 +1,10 @@
---
# Project name
project_name: calendar.social
# Project path
project_path: /vagrant
# Flask app path
application_path: /vagrant/app