summaryrefslogtreecommitdiffstats
path: root/utils/build-server-ansible
AgeCommit message (Collapse)AuthorFilesLines
2018-05-17Adding sysstat xmlstarlet and facterAric Gardner2-0/+6
Adding lf global jjb deps to ansible build server job Change-Id: If71a9cf68c6011a6f6c283e2296a17f211255286 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2018-02-23Fix naming for ansible build server stuffagardner2-1/+1
Botched that last change Change-Id: If44039052332738a575d62c57faae95462b489a8 Signed-off-by: agardner <agardner@linuxfoundation.org>
2018-02-23include vars was mis named - build server ansibleagardner1-1/+1
fix name Change-Id: I0b58dbad8bb0618623e44ffa4049fccdd80b5547 Signed-off-by: agardner <agardner@linuxfoundation.org>
2018-02-05Ansible Playbook to install build server depsagardner7-0/+248
This playbook has been tested in centos and ubuntu on Arm and x86_64 first: install ansible then: ansible-playbook -i inventory.ini main.yml What it does: installs on centos or ubuntu arm or x86_64 installs system deps with the package manager. and python libs with pip. installs docker https://download.docker.com installs docker-compose from distribution repo Change-Id: I3853cd04d0e6c7270ea068b9e1fba1a240a0652e Signed-off-by: agardner <agardner@linuxfoundation.org>