ideascube / ansiblecube

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

Install, upgrade and remove specific package from device_list.fact file #91

Closed fheslouin closed 7 years ago

fheslouin commented 7 years ago

These changes introduce the possibility to install, upgrade and remove package.

We now have a list of package where each one has the fellowing status :

I have also change zim_install role name to package_management which is more generic as we now install zim file, package and static-site through catalog.

Any comments are welcome

letompouce commented 7 years ago

I might be a little pushy here, but this installed/removed/updated taxonomy could be aligned with ansible's present/absent/latest.

fheslouin commented 7 years ago

could be aligned with ansible's present/absent/latest.

Good idea, I'll modify that.

How comes the new status attribute is a list?

Humm, good point, there is no reason actually, except if we would like to give more variables like, present, latest, etc. But I'm not certain of the needs