Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Deploy cgit | Michael Scherer | 2014-12-12 | 1 | -0/+1 | |
| | ||||||
* | Add a cgit role | Michael Scherer | 2014-12-12 | 2 | -0/+14 | |
| | ||||||
* | Add gitignore | Michael Scherer | 2014-12-12 | 1 | -0/+1 | |
| | ||||||
* | Add mariadb module | Michael Scherer | 2014-12-12 | 3 | -0/+15 | |
| | ||||||
* | Deploy the lists | Michael Scherer | 2014-12-12 | 1 | -0/+8 | |
| | ||||||
* | Add more safeguard on file for missing variable | Michael Scherer | 2014-12-12 | 3 | -3/+6 | |
| | ||||||
* | Add a safeguard when no alias are needed | Michael Scherer | 2014-12-12 | 1 | -0/+2 | |
| | ||||||
* | Import postfix/mailman from rad | Michael Scherer | 2014-12-12 | 24 | -0/+343 | |
| | ||||||
* | Add the domain name to the hosts file | Michael Scherer | 2014-12-12 | 1 | -1/+1 | |
| | ||||||
* | Fix the run script | Michael Scherer | 2014-12-12 | 1 | -1/+2 | |
| |