aboutsummaryrefslogtreecommitdiff
path: root/ansible
AgeCommit message (Collapse)Author
2014-09-05ansible: Fix ansible playbook.Milo Casagrande
* Use new api.armcloud.us domain. * Fix nginx vhost configuration. Change-Id: I7d0c5436a1e198de2fe87cfca19c6e3fe8e121cb
2014-08-19ansible: Fix nginx installation.Milo Casagrande
Change-Id: I11c6b4e5855bc6a65b2e0165214256df93971295
2014-08-14ansible: Add nginx configuration.Milo Casagrande
Change-Id: I11632adc830c2a4c4eec878307806c7507445b5e
2014-08-01ansible: Add tags to configuration file task.Milo Casagrande
Change-Id: Ib849653df5b29a51840d9652fae3a73549fbf817
2014-08-01Ansible playbook update.Milo Casagrande
* Update ansible playbook to deply backend configuration file. By default installed in /etc/linaro. * The master_key variable needs to be set to a valid value and needs to be loaded from an external file or passed from the command line. Change-Id: I2f67394447ad102e3508f56b8199bf80ffaff768
2014-07-24Comment out ansible task.Milo Casagrande
Change-Id: I40997174d28fe013919a9e06626fe6cabfa5c90e
2014-06-06Merge branch 'master' of ↵Milo Casagrande
ssh://git.linaro.org/people/milo.casagrande/linaro-ansible-common
2014-06-06ansible: Update playbook, fix variable names.Milo Casagrande
Change-Id: Ie606a3cb1af01114b2d1fe3d7cab94b710d278b9
2014-06-06Merge branch 'master' of ↵Milo Casagrande
ssh://git.linaro.org/people/milo.casagrande/linaro-ansible-common
2014-05-28ansible: Fix ansible playbooks.Milo Casagrande
* Make things run under virtualenv. Change-Id: I04d73045791e6da8cedc1a5105f28caa990c3b6d
2014-05-05Fix mongodb service name.Milo Casagrande
2014-04-10Fix requirements and ansible OS dependencies installation.Milo Casagrande
* By default, Ubuntu 12.04 install python-mock==0.7.2, this does not work correctly with side_effect definitions. We need the latest version, 1.0.1. * Remove python-mock from ansible installation.
2014-04-10Fix mongodb package name.Milo Casagrande
* Upstream mongodb package name has been renamed into mongodb-org.
2014-04-03Install correct python-jinja library.Milo Casagrande
2014-04-02Update README, add celery ansible handlers.Milo Casagrande
2014-04-02Ansible configuration for celery.Milo Casagrande
* Add working upstart conf file for celery.
2014-04-01Add redis to the package to be installed.Milo Casagrande
2014-03-27Fix problem with MongoDB repository key.Milo Casagrande
* Found direct URL to mongodb repository key. * Install python-pycurl since it is needed to retrieve it.
2014-03-27Make usre mongodb is running.Milo Casagrande
2014-03-27Completed ansible playbook.Milo Casagrande
* We now have a usable ansible playbook. * Corrected filename, server file permission.
2014-03-27Imported ansible common tasks.Milo Casagrande
2014-03-27Ansible work.Milo Casagrande
2014-03-24Initial (non-working) ansible playbook.Milo Casagrande