https://github.com/izeni-team/scrubbed-salt
https://github.com/izeni-team/scrubbed-salt
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/izeni-team/scrubbed-salt
- Owner: izeni-team
- Created: 2017-12-07T23:51:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-08T00:00:29.000Z (over 7 years ago)
- Last Synced: 2025-01-12T23:27:16.574Z (5 months ago)
- Language: SaltStack
- Size: 38.1 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Standards for our Salt Project Deployments
_Additional Information Available in the [Wiki](https://github.com/izeni-team/scrubbed-salt/wiki)_
## Variables
***variable_name:default_value***project_name: izeni
python_bin: /usr/bin/python
split_ends: false
git_revision: master
git_upstream: [email protected]:izeni/izeni-django-template.git## Directory Structure
* /home/izeni/
*TODO** /opt/
* src/
* {{project_name}}-backend/
* ({{project_name}}-frontend/)
* virtualenvs/
* backend -> Symlink
* (frontend -> Symlink)* /var/log/{{project_name}}/
## Users/Permissions
User: izeni - groups: wheel/sudo, www-data
## Packages
### System
htop,iotop,iftop,vim-nox,git,git-flow,tig,ack-grep,tmux,screen,byobu,graphviz,
libfreetype6-dev,libjpeg8-dev,libxml2-dev,libxslt1-dev,lib32z1-dev,
postgresql-server-dev-all,python-dev,python-pip### Python