@@ -37,11 +37,11 @@ These variables are defined in `defaults/main.yml`. Please overwrite if you have
37
37
| -----------------------------| -----------------| ----------------------------------------------| --------------------------------|
38
38
| ` supported_os_families ` | List of strings | Supported OS families by the role | [ 'Debian','RedHat'] |
39
39
| ` install_repo ` | Boolean | Determines whether to install sensu repo | True |
40
- | ` sensu_apt_repo_url ` | String | Sensu APT repository URL | 'http ://repos.sensuapp.org /apt' |
41
- | ` sensu_apt_repo_distribution ` | String | Sensu APT repository distribution | 'sensu ' |
40
+ | ` sensu_apt_repo_url ` | String | Sensu APT repository URL | 'https ://sensu.global.ssl.fastly.net /apt' |
41
+ | ` sensu_apt_repo_distribution ` | String | Sensu APT repository distribution | '{{ ansible_distribution_release }} ' |
42
42
| ` sensu_apt_repo ` | String | Sensu APT repository name | 'main' |
43
43
| ` sensu_apt_repo_key_url ` | String | Sensu APT repository key URL | Please see <sup >1</sup >|
44
- | ` sensu_apt_repo_key_id ` | String | Sensu APT repository key ID | '7580C77F ' |
44
+ | ` sensu_apt_repo_key_id ` | String | Sensu APT repository key ID | 'EB9C94BB ' |
45
45
| ` sensu_yum_repo ` | String | Determines which YUM sensu repo to install <sup >2</sup > | 'sensu' |
46
46
| ` version ` | String | Determines the uchiwa version to install <sup >3</sup > | 'installed' |
47
47
| ` uchiwa_apt_pkg ` | String | The uchiwa package name for Debian systems | 'uchiwa' |
@@ -132,8 +132,8 @@ The `vagrant up` command will trigger a `standalone.yml` ansible-playbook run th
132
132
133
133
You can also spin up a specific vm:
134
134
135
- ` vagrant up debian ` spins up * hashicorp/precise64 *
136
- ` vagrant up redhat ` spins up * chef /centos-6.5 *
135
+ ` vagrant up debian ` spins up * ubuntu/xenial64 *
136
+ ` vagrant up redhat ` spins up * bento /centos-8 *
137
137
138
138
### Acceptance Tests
139
139
0 commit comments