fgci-org / fgci-ansible

:microscope: Collection of the Finnish Grid and Cloud Infrastructure Ansible playbooks
MIT License
54 stars 18 forks source link

clean up package installations #115

Closed martbhell closed 8 years ago

martbhell commented 8 years ago
A1ve5 commented 8 years ago

Part 1 done here: c44bcceb40586417b1df7cec6e242ad3e87ed616 and here: e6e7333c6ead779fae8d59702e7ee946cf722f2f

martbhell commented 8 years ago

In examples/group_vars the unconfigured_packages from group_vars/all/fgci-default-packges was overridden by all groups except the NFS. NFS group is since https://github.com/CSC-IT-Center-for-Science/fgci-ansible/commit/8c1f6b1dde2927eb969a3fc751d5a7886de131e4 also overriding it with a shorter list (no need to install scientific applications there). This should not make a difference for already installed NFS servers. For reinstalls or new ones there will be fewer packages installed if sites' local group_vars are updated.

This also means that the unconfigured_packages listed in group_vars/all/fgci-default-packages are not installed anywhere. Most of them were removed in https://github.com/CSC-IT-Center-for-Science/fgci-ansible/commit/fcea5ad7bd9be6ecc82a71a0f196cb1e245460b0