-
-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #44 from StackStorm/feature/update-docs
Docs cleanup for #42
- Loading branch information
Showing
2 changed files
with
18 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,15 @@ | ||
--- | ||
# Required memory for st2 installation in MB | ||
st2_required_memory: 2000 | ||
# MongoDB requires at least 3379MB available in /var/lib/mongo/journal | ||
st2_required_space: 3500 | ||
|
||
# 'stable', 'unstable' to get latest version or numeric like '0.12.1' | ||
# 'stable' to get latest version or numeric like '1.4.0' | ||
st2_version: stable | ||
# 'current' to get latest revision or numberic like '6' | ||
st2_revision: current | ||
# used only if 'st2_version' is numeric | ||
st2_revision: 1 | ||
|
||
st2_system_user: stanley | ||
st2_ssh_key_file: /home/{{ st2_system_user }}/.ssh/{{ st2_system_user }}_rsa | ||
|
||
st2_packages: | ||
- st2common | ||
- st2actions | ||
- st2api | ||
- st2auth | ||
- st2client | ||
- st2debug | ||
- st2reactor | ||
|
||
# Number of action runners to register. Defaults to number of vCPUs, but not less than 2 | ||
st2_action_runners: "{{ [ansible_processor_vcpus, 2] | max }}" | ||
|
||
enable_auth: true | ||
st2_auth_username: testu | ||
st2_auth_password: testp | ||
|
||
# Set to no if you do not want the st2_system_user to be added in | ||
# the sudoers file. | ||
# Set to no if you do not want the st2_system_user to be added in the sudoers file | ||
st2_system_user_in_sudoers: yes |