Closed lhoss closed 7 years ago
@lhoss please update README as well and you can include your example
@ernestas-poskus done including a more flexible way to define different repositories for different distribution versions (resp. this properly limits to add the repository only for the supported distro, as for ex. to deploy v3.4.8 on Ubuntu 16.04 does not require any additional repo)
ps: I also bumped (long time outdated) zookeeper_playbook_version
, but I guess both following vars you can simply remove from the defaults ( and the README)
ansible_playbook_version: 0.1
zookeeper_playbook_version: "0.17.0"
Will remove this zookeeper_playbook_version var
Thank you for contribution :+1:
by allowing to configure a custom (ppa) apt repos, we can use a community provided v3.4.8 deb-pkg based deployment (which is more secure than using 'tarball' , when later installing
mesos
which by default has 'zookeeper' in its dependencies).Example config to make this work: