Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #54 from cisagov/improvement/use-latest-version-of…
Browse files Browse the repository at this point in the history
…-tanium-installers

Use latest version of Tanium Client system packages and support Amazon Linux 2023
  • Loading branch information
jsf9k authored Mar 19, 2024
2 parents cfc058c + 40d5ccf commit 1ea5683
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 27 deletions.
9 changes: 4 additions & 5 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ galaxy_info:
min_ansible_version: "2.10"
namespace: cisagov
platforms:
# We do not have a package for Amazon Linux 2023.
# - name: Amazon Linux
# versions:
# - "2023"
- name: Amazon Linux
versions:
- "2023"
- name: Debian
versions:
- buster
Expand All @@ -38,7 +37,7 @@ galaxy_info:
versions:
- "37"
- "38"
# Kali is based on Debian Bookworm, which is not yet supported by
# Kali is based on Debian Testing, which is not supported by
# Tanium.
# - name: Kali
# versions:
Expand Down
39 changes: 19 additions & 20 deletions molecule/default/molecule-with-systemd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,15 @@ dependency:
driver:
name: docker
platforms:
# We do not have a package for Amazon Linux 2023.
# - cgroupns_mode: host
# command: /lib/systemd/systemd
# image: geerlingguy/docker-amazonlinux2023-ansible:latest
# name: amazonlinux2023-systemd
# platform: amd64
# pre_build_image: true
# privileged: true
# volumes:
# - /sys/fs/cgroup:/sys/fs/cgroup:rw
- cgroupns_mode: host
command: /lib/systemd/systemd
image: geerlingguy/docker-amazonlinux2023-ansible:latest
name: amazonlinux2023-systemd
platform: amd64
pre_build_image: true
privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
- cgroupns_mode: host
command: /lib/systemd/systemd
image: geerlingguy/docker-debian10-ansible:latest
Expand All @@ -38,16 +37,16 @@ platforms:
privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
# Debian Bookworm is not yet supported by Tanium
# - cgroupns_mode: host
# command: /lib/systemd/systemd
# image: cisagov/docker-debian12-ansible:latest
# name: debian12-systemd
# platform: amd64
# pre_build_image: true
# privileged: true
# volumes:
# - /sys/fs/cgroup:/sys/fs/cgroup:rw
- cgroupns_mode: host
command: /lib/systemd/systemd
image: cisagov/docker-debian12-ansible:latest
name: debian12-systemd
platform: amd64
pre_build_image: true
privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
# Kali is based on Debian Testing, which is not supported by Tanium.
# - cgroupns_mode: host
# command: /lib/systemd/systemd
# image: cisagov/docker-kali-ansible:latest
Expand Down
3 changes: 3 additions & 0 deletions vars/Amazon.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
# The name of the S3 object corresponding to the Tanium system package
package_object_name: TaniumClient-7.4.10.1075-1.amzn2023.0.20230503.x86_64.rpm
2 changes: 1 addition & 1 deletion vars/Debian.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
# The name of the S3 object corresponding to the Tanium system package
package_object_name: taniumclient_7.4.10.1060-{{ ansible_distribution | lower }}{{ ansible_distribution_major_version }}_amd64.deb
package_object_name: taniumclient_7.4.10.1075-{{ ansible_distribution | lower }}{{ ansible_distribution_major_version }}_amd64.deb
2 changes: 1 addition & 1 deletion vars/RedHat.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
# The name of the S3 object corresponding to the Tanium system package
package_object_name: TaniumClient-7.4.10.1060-1.rhe9.x86_64.rpm
package_object_name: TaniumClient-7.4.10.1075-1.rhe9.x86_64.rpm

0 comments on commit 1ea5683

Please sign in to comment.