Skip to content

Commit

Permalink
Merge pull request #44 from ic4f/master
Browse files Browse the repository at this point in the history
Edits to sample code/advanced playbook in README (dupl. keys + become: yes)
  • Loading branch information
mvdbeek committed Nov 27, 2018
2 parents 5506cd5 + 9e3ed89 commit 2298c56
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,9 @@ and start two [job handler mules][deployment-options].
- unix_signal:15 gracefully_kill_them_all
py-call-osafterfork: true
enable-threads: true
mule: lib/galaxy/main.py
mule: lib/galaxy/main.py
mules:
- mule: lib/galaxy/main.py
- mule: lib/galaxy/main.py
farm: job-handlers:1,2
galaxy:
database_connection: "postgresql:///galaxy?host=/var/run/postgresql"
Expand Down Expand Up @@ -235,7 +236,8 @@ and start two [job handler mules][deployment-options].
roles:
# Install with:
# % ansible-galaxy install galaxyproject.postgresql
- galaxyproject.postgresql
- role: galaxyproject.postgresql
become: yes
# Install with:
# % ansible-galaxy install natefoo.postgresql_objects
- role: natefoo.postgresql_objects
Expand Down

0 comments on commit 2298c56

Please sign in to comment.