Merge "Remove tasks for v6.5 beats (aarch64) from elk7"
This commit is contained in:
commit
0fcbc4afaa
@ -33,7 +33,7 @@
|
|||||||
when:
|
when:
|
||||||
- ansible_virtualization_type in ["systemd-nspawn", "lxc", "lxd", "podman", "docker", "systemd_container", "container"]
|
- ansible_virtualization_type in ["systemd-nspawn", "lxc", "lxd", "podman", "docker", "systemd_container", "container"]
|
||||||
|
|
||||||
- name: Ensure beat is installed (x86_64)
|
- name: Ensure beat is installed
|
||||||
package:
|
package:
|
||||||
name: "{{ auditbeat_distro_packages }}"
|
name: "{{ auditbeat_distro_packages }}"
|
||||||
state: "{{ elk_package_state | default('present') }}"
|
state: "{{ elk_package_state | default('present') }}"
|
||||||
@ -42,19 +42,6 @@
|
|||||||
until: _package_task is success
|
until: _package_task is success
|
||||||
retries: 3
|
retries: 3
|
||||||
delay: 2
|
delay: 2
|
||||||
when:
|
|
||||||
- ansible_architecture == 'x86_64'
|
|
||||||
notify:
|
|
||||||
- Enable and restart auditbeat
|
|
||||||
tags:
|
|
||||||
- package_install
|
|
||||||
|
|
||||||
- name: Ensure beat is installed (aarch64)
|
|
||||||
apt:
|
|
||||||
deb: 'https://object-storage-ca-ymq-1.vexxhost.net/swift/v1/8709ca2640344a4ba85cba0a1d6eea69/aarch64/auditbeat-6.5.0-arm64.deb'
|
|
||||||
when:
|
|
||||||
- ansible_pkg_mgr == 'apt'
|
|
||||||
- ansible_architecture == 'aarch64'
|
|
||||||
notify:
|
notify:
|
||||||
- Enable and restart auditbeat
|
- Enable and restart auditbeat
|
||||||
tags:
|
tags:
|
||||||
|
@ -34,19 +34,6 @@
|
|||||||
until: _package_task is success
|
until: _package_task is success
|
||||||
retries: 3
|
retries: 3
|
||||||
delay: 2
|
delay: 2
|
||||||
when:
|
|
||||||
- ansible_architecture == 'x86_64'
|
|
||||||
notify:
|
|
||||||
- Enable and restart filebeat
|
|
||||||
tags:
|
|
||||||
- package_install
|
|
||||||
|
|
||||||
- name: Ensure beat is installed (aarch64)
|
|
||||||
apt:
|
|
||||||
deb: 'https://object-storage-ca-ymq-1.vexxhost.net/swift/v1/8709ca2640344a4ba85cba0a1d6eea69/aarch64/filebeat-6.5.0-arm64.deb'
|
|
||||||
when:
|
|
||||||
- ansible_pkg_mgr == 'apt'
|
|
||||||
- ansible_architecture == 'aarch64'
|
|
||||||
notify:
|
notify:
|
||||||
- Enable and restart filebeat
|
- Enable and restart filebeat
|
||||||
tags:
|
tags:
|
||||||
|
@ -34,19 +34,6 @@
|
|||||||
until: _package_task is success
|
until: _package_task is success
|
||||||
retries: 3
|
retries: 3
|
||||||
delay: 2
|
delay: 2
|
||||||
when:
|
|
||||||
- ansible_architecture == 'x86_64'
|
|
||||||
notify:
|
|
||||||
- Enable and restart heartbeat
|
|
||||||
tags:
|
|
||||||
- package_install
|
|
||||||
|
|
||||||
- name: Ensure beat is installed (aarch64)
|
|
||||||
apt:
|
|
||||||
deb: 'https://object-storage-ca-ymq-1.vexxhost.net/swift/v1/8709ca2640344a4ba85cba0a1d6eea69/aarch64/heartbeat-6.5.0-arm64.deb'
|
|
||||||
when:
|
|
||||||
- ansible_pkg_mgr == 'apt'
|
|
||||||
- ansible_architecture == 'aarch64'
|
|
||||||
notify:
|
notify:
|
||||||
- Enable and restart heartbeat
|
- Enable and restart heartbeat
|
||||||
tags:
|
tags:
|
||||||
|
@ -47,17 +47,6 @@
|
|||||||
tags:
|
tags:
|
||||||
- package_install
|
- package_install
|
||||||
|
|
||||||
- name: Ensure beat is installed (aarch64)
|
|
||||||
apt:
|
|
||||||
deb: 'https://object-storage-ca-ymq-1.vexxhost.net/swift/v1/8709ca2640344a4ba85cba0a1d6eea69/aarch64/journalbeat-6.5.0-arm64.deb'
|
|
||||||
when:
|
|
||||||
- ansible_pkg_mgr == 'apt'
|
|
||||||
- ansible_architecture == 'aarch64'
|
|
||||||
notify:
|
|
||||||
- Enable and restart heartbeat
|
|
||||||
tags:
|
|
||||||
- package_install
|
|
||||||
|
|
||||||
- name: Create journalbeat systemd service config dir
|
- name: Create journalbeat systemd service config dir
|
||||||
file:
|
file:
|
||||||
path: "/etc/systemd/system/journalbeat.service.d"
|
path: "/etc/systemd/system/journalbeat.service.d"
|
||||||
|
@ -43,19 +43,6 @@
|
|||||||
until: _package_task is success
|
until: _package_task is success
|
||||||
retries: 3
|
retries: 3
|
||||||
delay: 2
|
delay: 2
|
||||||
when:
|
|
||||||
- ansible_architecture == 'x86_64'
|
|
||||||
notify:
|
|
||||||
- Enable and restart metricbeat
|
|
||||||
tags:
|
|
||||||
- package_install
|
|
||||||
|
|
||||||
- name: Ensure beat is installed (aarch64)
|
|
||||||
apt:
|
|
||||||
deb: 'https://object-storage-ca-ymq-1.vexxhost.net/swift/v1/8709ca2640344a4ba85cba0a1d6eea69/aarch64/metricbeat-6.5.0-arm64.deb'
|
|
||||||
when:
|
|
||||||
- ansible_pkg_mgr == 'apt'
|
|
||||||
- ansible_architecture == 'aarch64'
|
|
||||||
notify:
|
notify:
|
||||||
- Enable and restart metricbeat
|
- Enable and restart metricbeat
|
||||||
tags:
|
tags:
|
||||||
|
Loading…
Reference in New Issue
Block a user