######build toolchain based on Ansible - http://docs.ansible.com
-
Establish connectivity b/w the ansible control machine and the ASF jenkins slaves
-
Installing Ansible *using pip ** $ sudo easy_install pip ** $ sudo pip install ansible
-
Clone toolchain - this github repo
-
git clone git@github.com:apache/toolchain.git
cd toolchain
-
Edit the hosts/ansible.cfg file accordingly
-
Edit init.yml to point to jenkins master pub key.
-
run ansible-playbook *ansible-playbook init.yml