Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use a different script where each playbook is on a per host basis | Michael Scherer | 2014-12-13 | 1 | -1/+11 |
| | | | | | | | This would scale better the day we have more than 1 host, even if the whole idea of having multiple repository would still be a issue. I however plan to use requirements.txt and ansible-galaxy to alleviate the duplication problems. | ||||
* | Remove trailing slash to fix semanage fcontext call | Michael Scherer | 2014-12-12 | 1 | -1/+1 |
| | | | | | | | | Since there is a trialing / the regexp for semanage become : fcontext -a -f a -t git_user_content_t '/srv/git_repos/(/.*)?' So there is 2 / instead of 1 | ||||
* | Add proper selinux label | Michael Scherer | 2014-12-12 | 1 | -1/+2 |
| | |||||
* | Fix the run script | Michael Scherer | 2014-12-12 | 1 | -1/+2 |
| | |||||
* | Fix missing directory creation, and add a variable for that along default value | Michael Scherer | 2014-12-12 | 2 | -2/+10 |
| | |||||
* | Add the local deploy role | Michael Scherer | 2014-12-12 | 4 | -0/+30 |