Laurent Hoss
Laurent Hoss
Howto run: ``` # ps: ansible >2.8.2 works fine also (but not 2.9.0, see the README) pip2 install ansible==2.9.1 pip2 install molecule==2.22 # simple cmd cd molecule test # the...
For the moment there are NO tests at all, which makes it more difficult to refactor the code, to test changes and thus to contribute. My proposal is to change...
…(like java, rngd, mysql) Motivation: * Allow to switch of the deployment parts we want to handle outside this playbook, in a more customized way * disable Java installation: the...
… 'inventory_hostname' (default; use the public/inventory hostname)
Credits to @dbeech for this fix done in the cloudera-playbook: https://github.com/cloudera/cloudera-playbook/commit/67337d4e0f61cff459d52be3ec165502d9957437
A PR that was long overdue, since I've used the AWS inventory plugin now since most of 2019. Notes * Inventory plugins were introduced since ansible v2.4, and since then...
Impl. for feature request https://github.com/hortonworks/ansible-hortonworks/issues/119 By default the server and agent are (still) run as `root` user. To activate the new feature, and run both services under a new user...
Motivation for this issue: Have a place in the community to discuss the future of Cloudera distributions (HDP, CDH, CDP) Deployment/DevOps (with ansible). * for HDP ansible installations we have...
## Motivations * Complex: At 1 customer, where other team members had to work with our roles, it was very hard for (less ansible-experienced) people to grasp the inner workings...
On bare-metal deployments, one gets quickly in a situation where only a full Ambari reset incl. uninstall helps to fix a broken cluster deployment (p.eg we just had applied a...