Skip to content

Commit

Permalink
Update Ansible roles manifest (#1330)
Browse files Browse the repository at this point in the history
  • Loading branch information
amplifi authored Mar 22, 2017
1 parent fbaad95 commit 4003791
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions provision/ROLES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
| Name | Dev? | Prod? | Description |
|-----------------------|------|-------|-------------|
| system/aws | | X | Create `cadasta` Linux user |
| system/common | X | X | Set up `~/.pgppass` |
| system/common | X | X | Set up `~/.pgpass` |
| db/common | X | X | Configure Postgres APT |
| db/development | X | | Install Postgres server and other packages; set up local authentication; create Cadasta database, database user; install PostGIS |
| db/production | | X | Install Postgres client and other packages; create Cadasta database, database user; install PostGIS |
| cadasta/install | | X | Set up `/opt/cadasta`; clone `cadasta-platform` repo; set up environment variables |
| cadasta/application | X | X | Create virtual environment; install requirements; Django migrate; build front-end |
| cadasta/development | X | | Install Python development requirements |
| webserver/common | X | X | Install nginx |
| webserver/development | X | | Set up development site configuration |
| webserver/production | | X | Install uWSGI; set up uWSGI emperor process; set up production site configuration; set up uWSGI |
| cadasta/production | | X | Install Python production requirements; write templates for Inline Manual, Google Analytics |
| webserver/production | | X | Install nginx, uWSGI; set up uWSGI; set up production site configuration |

0 comments on commit 4003791

Please sign in to comment.