Skip to content

Commit

Permalink
Improve some role variables description.
Browse files Browse the repository at this point in the history
  • Loading branch information
Restless-ET authored Jul 13, 2017
1 parent 8c8fdb2 commit 98d251f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Role Variables
- `aws_scripts_mon_base_directory` - The base directory where the scripts will be installed. Defaults to: `/opt`
- `aws_scripts_mon_cron_user` - The user for which the scripts will run as. Defaults to: `{{ ansible_user }}`
- `aws_scripts_mon_options` - The monitoring script options (`--from-cron` is always assumed). Defaults to: `"--disk-space-util --disk-path=/"`.
- `aws_scripts_mon_access_key` - Your AWS Access Key. You need to define this or the role will fail to execute.
- `aws_scripts_mon_secret_key` - Your AWS Secret Key. You need to define this or the role will fail to execute.
- `aws_scripts_mon_use_iam` - Set to 'true' if you're authenticating with AWS IAM role permissions instead of AWS access keys. Defaults to 'false'.
- `aws_scripts_mon_access_key` - Your AWS Access Key. You need to define this (if not using IAM) or the role will fail to execute.
- `aws_scripts_mon_secret_key` - Your AWS Secret Key. You need to define this (if not using IAM) or the role will fail to execute.
- `aws_scripts_mon_use_iam` - If you want to authenticate with AWS IAM role permissions instead of access keys set this to `true`, this way the keys will not be considered as required. Defaults to: `false`.


Dependencies
Expand Down

0 comments on commit 98d251f

Please sign in to comment.