ideascube / ansiblecube

Ansible playbook to quickly deploy an ideascube server and much more !
MIT License
5 stars 9 forks source link

Adapt ideascube role to other type of package #172

Closed fheslouin closed 6 years ago

fheslouin commented 6 years ago

This PR try to open the door to other type of Ideascube package, RFI is an example. I separate the playbook with ideascube origin related tasks and rfi related tasks.

This lead to common task executed with common_pre.yml and common_post.yml with in the middle of those two, specific tasks related to the package we want to install.