At the moment a number of shared_* hosts are named without any naming convention.
Fix it by nameing them after the role they perform.
For example, shared_jenkins should be named after jenkins_master_role as shared_jenkins_master (without _role postfix).
And add the rest of shared_* hosts because not all roles are covered.
At the moment a number of
shared_*
hosts are named without any naming convention.Fix it by nameing them after the role they perform. For example,
shared_jenkins
should be named afterjenkins_master_role
asshared_jenkins_master
(without_role
postfix).And add the rest of
shared_*
hosts because not all roles are covered.