Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the complete path, should help for run in a cron | Michael Scherer | 2015-02-10 | 1 | -1/+1 |
| | |||||
* | Fix the server name in cgit vhost | Michael Scherer | 2015-01-22 | 1 | -2/+1 |
| | |||||
* | Fix the syntax of postfix | Michael Scherer | 2014-12-29 | 1 | -1/+1 |
| | |||||
* | Switch to external httpd module | Michael Scherer | 2014-12-29 | 10 | -132/+3 |
| | |||||
* | Update/deploy the external requirements if there is a file to do so | Michael Scherer | 2014-12-29 | 1 | -0/+4 |
| | |||||
* | Deploy the website from git automatically | Michael Scherer | 2014-12-16 | 1 | -1/+2 |
| | |||||
* | Add a role to deploy the website directly from git | Michael Scherer | 2014-12-16 | 2 | -0/+15 |
| | |||||
* | Make sure to use a absolute link ( since GIT_DIR =., it fail ) | Michael Scherer | 2014-12-16 | 2 | -2/+2 |
| | |||||
* | Do not request a tty for admins ( so can be used with git hooks ) | Michael Scherer | 2014-12-16 | 1 | -0/+1 |
| | |||||
* | Use sudo to deploy and run ansible as a regular user | Michael Scherer | 2014-12-16 | 6 | -3/+18 |
| | |||||
* | Add a git-daemon role | Michael Scherer | 2014-12-16 | 1 | -0/+7 |
| | |||||
* | Add a draft version of the mediawiki role | Michael Scherer | 2014-12-16 | 4 | -0/+43 |
| | |||||
* | Add a vhost for www.theopensourceway.org | Michael Scherer | 2014-12-16 | 1 | -0/+3 |
| | |||||
* | Split creation and erasure in 2 differents actions | Michael Scherer | 2014-12-16 | 1 | -1/+9 |
| | | | | | | This permit to reduce the number of "changed" in the output and unneed churn. Could be factored in 1 action if my PR is accepted. | ||||
* | Fix the permissions | Michael Scherer | 2014-12-15 | 1 | -1/+1 |
| | |||||
* | keep the sticky bit and g+w bit | Michael Scherer | 2014-12-13 | 1 | -1/+1 |
| | |||||
* | Change my mind, use rather a admins group | Michael Scherer | 2014-12-13 | 1 | -2/+2 |
| | |||||
* | And also use the right module | Michael Scherer | 2014-12-13 | 1 | -1/+1 |
| | |||||
* | Fix the syntax, oops | Michael Scherer | 2014-12-13 | 1 | -1/+1 |
| | |||||
* | Add a description to each git repo | Michael Scherer | 2014-12-13 | 1 | -0/+6 |
| | |||||
* | Add a automated group creation snippet | Michael Scherer | 2014-12-13 | 1 | -0/+5 |
| | |||||
* | Add 2 group for ACL access | Michael Scherer | 2014-12-13 | 1 | -2/+2 |
| | |||||
* | Make the repository belonging to a group that will be used for ACL | Michael Scherer | 2014-12-13 | 2 | -0/+3 |
| | |||||
* | Add a git-daemon-export-ok only on public repo | Michael Scherer | 2014-12-13 | 1 | -0/+4 |
| | |||||
* | Set permission appropriatly on private repository | Michael Scherer | 2014-12-13 | 1 | -1/+4 |
| | |||||
* | Do not hardcode the list of git repositories | Michael Scherer | 2014-12-13 | 1 | -8/+4 |
| | |||||
* | Fix new lines for repo.url | Michael Scherer | 2014-12-13 | 1 | -1/+4 |
| | |||||
* | Use a more complicated condition | Michael Scherer | 2014-12-13 | 1 | -2/+3 |
| | | | | If repo.private do not exist, the whole template fail. | ||||
* | Fix the name of the repo | Michael Scherer | 2014-12-13 | 1 | -2/+2 |
| | |||||
* | Fix the directory name | Michael Scherer | 2014-12-13 | 1 | -0/+0 |
| | |||||
* | Use the new format for data in git_repositories | Michael Scherer | 2014-12-13 | 1 | -2/+2 |
| | |||||
* | Add the 2nd repository ( aim is to reuse this for git_repo and cgit ) | Michael Scherer | 2014-12-13 | 1 | -1/+2 |
| | |||||
* | Depend on the new git_repositories role | Michael Scherer | 2014-12-13 | 2 | -15/+3 |
| | |||||
* | Split the git repositories in a separate role | Michael Scherer | 2014-12-13 | 1 | -0/+19 |
| | |||||
* | Add a file with the list of git repositories | Michael Scherer | 2014-12-13 | 1 | -0/+4 |
| | |||||
* | Add some way to have a private repository | Michael Scherer | 2014-12-13 | 1 | -0/+2 |
| | |||||
* | Use a template rather than hardcoding the git repositories | Michael Scherer | 2014-12-13 | 3 | -7/+9 |
| | |||||
* | Use a different script where each playbook is on a per host basis | Michael Scherer | 2014-12-13 | 2 | -2/+12 |
| | | | | | | | 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. | ||||
* | Fix trailing whitespace | Michael Scherer | 2014-12-12 | 1 | -1/+1 |
| | |||||
* | Cannot use yaml in a string in a yaml document, so use a external file instead | Michael Scherer | 2014-12-12 | 2 | -1/+2 |
| | |||||
* | Fix the syntax ( need to make it automated one day ) | Michael Scherer | 2014-12-12 | 1 | -1/+1 |
| | |||||
* | Disable cloud-init automated hostname updating | Michael Scherer | 2014-12-12 | 1 | -0/+2 |
| | |||||
* | Remove httpd role, already included for others reason | Michael Scherer | 2014-12-12 | 1 | -1/+0 |
| | |||||
* | Fix the name | Michael Scherer | 2014-12-12 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Add a custom vhost, with a hardocded name for now | Michael Scherer | 2014-12-12 | 2 | -0/+16 |
| | |||||
* | Add a deps on httpd | Michael Scherer | 2014-12-12 | 1 | -0/+3 |
| | |||||
* | Restart httpd on modification | Michael Scherer | 2014-12-12 | 1 | -0/+1 |
| | |||||
* | Change the default config file to not have the alias on every vhost | Michael Scherer | 2014-12-12 | 2 | -0/+8 |
| |