Skip to content

Commit

Permalink
feat: add support for AlmaLinux (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
artis3n authored Feb 19, 2022
1 parent 3ebcb82 commit 43ff487
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// Use -bullseye variants on local on arm64/Apple Silicon.
"VARIANT": "3.10-bullseye",
// Options
"NODE_VERSION": "lts/*"
"NODE_VERSION": "none"
}
},

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- geerlingguy/docker-debian9-ansible:latest
- geerlingguy/docker-fedora31-ansible:latest
- ghcr.io/artis3n/docker-arch-ansible:latest
- ghcr.io/artis3n/docker-almalinux8-ansible:latest
fail-fast: false

steps:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
This role initializes a [Tailscale][] node. If Tailscale is already installed, this role will update Tailscale to the latest version.

Supported operating systems:
- Debian
- Ubuntu
- CentOS / RedHat / RockyLinux
- Debian / Ubuntu
- CentOS / RedHat
- Rocky Linux / AlmaLinux
- Amazon Linux 2
- Oracle Linux
- Fedora
Expand Down
2 changes: 2 additions & 0 deletions vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ centos_family_distros:
- OracleLinux
- RedHat
- Rocky
- AlmaLinux

tailscale_package: tailscale
tailscale_service: tailscaled
Expand Down Expand Up @@ -48,6 +49,7 @@ yum_repos:
RedHat: https://pkgs.tailscale.com/{{ release_stability | lower }}/{{ "rhel" if ansible_distribution_major_version|int == 8 else "centos" }}/{{ ansible_distribution_major_version }}/tailscale.repo
OracleLinux: https://pkgs.tailscale.com/{{ release_stability | lower }}/centos/{{ ansible_distribution_major_version }}/tailscale.repo
Rocky: https://pkgs.tailscale.com/{{ release_stability | lower }}/centos/{{ ansible_distribution_major_version }}/tailscale.repo
AlmaLinux: https://pkgs.tailscale.com/{{ release_stability | lower }}/centos/{{ ansible_distribution_major_version }}/tailscale.repo

dnf_dependencies:
- python-dnf
Expand Down

0 comments on commit 43ff487

Please sign in to comment.