File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 9
9
graylog_install_java : False
10
10
graylog_not_testing : False
11
11
graylog_version : 3.3
12
- graylog_mongodb_version : 4.2
12
+ graylog_mongodb_version : 4.4
13
+ graylog_mongodb_package_name : mongodb-org
14
+ graylog_mongodb_service_name : mongod
13
15
graylog_http_bind_address : " {{ hostvars[inventory_hostname]['ansible_default_ipv4']['address'] }}:9000"
14
16
graylog_http_publish_uri : " http://{{ hostvars[inventory_hostname]['ansible_default_ipv4']['address'] }}:9000/"
15
17
graylog_http_external_uri : " http://{{ hostvars[inventory_hostname]['ansible_default_ipv4']['address'] }}:9000/"
Original file line number Diff line number Diff line change 10
10
graylog_not_testing : False
11
11
graylog_version : " {{ lookup('env', 'GRAYLOG_VERSION') | regex_search('^\\ d+\\ .\\ d+') }}"
12
12
graylog_full_version : " '{{ lookup('env', 'GRAYLOG_VERSION') }}-{{ lookup('env', 'GRAYLOG_REVISION') }}'"
13
- graylog_mongodb_version : 4.2
13
+ graylog_mongodb_version : 4.4
14
+ graylog_mongodb_package_name : mongodb-org
15
+ graylog_mongodb_service_name : mongod
14
16
graylog_http_bind_address : " {{ hostvars[inventory_hostname]['ansible_default_ipv4']['address'] }}:9000"
15
17
graylog_http_publish_uri : " http://{{ hostvars[inventory_hostname]['ansible_default_ipv4']['address'] }}:9000/"
16
18
graylog_http_external_uri : " http://localhost:9000/"
Original file line number Diff line number Diff line change 11
11
repo : " {{ graylog_mongodb_ubuntu_repo }}"
12
12
state : " present"
13
13
update_cache : True
14
-
15
- - name : Update MongoDB variables (Ubuntu 20.04)
16
- set_fact :
17
- graylog_mongodb_package_name : mongodb
18
- graylog_mongodb_service_name : mongodb
19
- when :
20
- - ansible_distribution_release == 'focal'
21
14
when :
22
15
- ansible_distribution == 'Ubuntu'
23
16
You can’t perform that action at this time.
0 commit comments