Skip to content

Commit 98d251f

Browse files
authored
Improve some role variables description.
1 parent 8c8fdb2 commit 98d251f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Role Variables
1717
- `aws_scripts_mon_base_directory` - The base directory where the scripts will be installed. Defaults to: `/opt`
1818
- `aws_scripts_mon_cron_user` - The user for which the scripts will run as. Defaults to: `{{ ansible_user }}`
1919
- `aws_scripts_mon_options` - The monitoring script options (`--from-cron` is always assumed). Defaults to: `"--disk-space-util --disk-path=/"`.
20-
- `aws_scripts_mon_access_key` - Your AWS Access Key. You need to define this or the role will fail to execute.
21-
- `aws_scripts_mon_secret_key` - Your AWS Secret Key. You need to define this or the role will fail to execute.
22-
- `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'.
20+
- `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.
21+
- `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.
22+
- `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`.
2323

2424

2525
Dependencies

0 commit comments

Comments
 (0)