Skip to content

Commit

Permalink
Fixing up README in preparation for release
Browse files Browse the repository at this point in the history
  • Loading branch information
brucellino committed Mar 27, 2018
1 parent 94d6bd4 commit ce784cb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The SAML configuration uses [DiscourseSSO](http://github.com/fmarco76/DiscourseS
Requirements
------------

1. Apache web server with proxy to nginx inside the Discourse container
1. web server with proxy to the rails app inside the Discourse container
2. Flask python microserver framework


Expand All @@ -17,16 +17,16 @@ Role Variables

Variables are used to tune the Rails application that runs Discourse. These are in a template, and set in the `defaults/main.yml` and `vars/main.yml` file. Please read them and set them accordingly in `vars/main.yml`

- db_shared_buffer_size
- unicorn_workers
- smtp_address
- smtp_port
- smtp_username
- `db_shared_buffer_size`
- `unicorn_workers`
- `smtp_address`
- `smtp_port`
- `smtp_username`

Dependencies
------------

- dochang.ansible-role-docker
See `meta/main.yml` for the role dependencies.

Example Playbook
----------------
Expand All @@ -35,7 +35,7 @@ Including an example of how to use your role (for instance, with variables passe

- hosts: discourse-servers
roles:
- { role: dochang.ansible-role-docker }
- { role: AAROC.discourse-sso, launch: true }

License
-------
Expand Down

0 comments on commit ce784cb

Please sign in to comment.