project-koku dev installation ansible scripts
A VM running Centos 7 latest version.
The path where to place koku source code:
defaults/main.yml:
web_path: /var/www/html/koku
Included and installed with the playbooks.
An ansible.cfg file is provided in the tests/ folder
- name: install koku on a VM (CentOS/RHEL based)
hosts: all
remote_user: root
gather_facts: no
become: false
roles:
- project-koku
BSD
Pedro Ibáñez Requena