Fix init yml and the readme
6 files changed
tree: d8e3c8f2fe26743ee46948b0e4a5e1e033912dab
  1. roles/
  2. .gitignore
  3. ansible.cfg
  4. hosts
  5. init.yml
  6. README.md
README.md

toolchain

build toolchain based on Ansible - http://docs.ansible.com

  1. Establish connectivity b/w the ansible control machine and the ASF jenkins slaves

  2. Installing Ansible

    --using pip

    $ sudo easy_install pip

    $ sudo pip install ansible

  3. Clone toolchain - this github repo

git clone git@github.com:apache/toolchain.git

cd toolchain

  1. Edit the hosts file accordingly

  2. Edit the ansible.cfg file accordingly

  3. Edit init.yml to point to jenkins master pub key.

  4. run ansible-playbook

ansible-playbook init.yml