mirror of
https://github.com/fscotto/infra.git
synced 2026-09-27 19:03:47 +00:00
33 lines
761 B
YAML
33 lines
761 B
YAML
---
|
|
platform_profile: rocky
|
|
platform_family: redhat
|
|
platform_package_manager: dnf
|
|
platform_service_manager: systemd
|
|
|
|
rocky_openzfs_release_rpm: https://zfsonlinux.org/epel/zfs-release-3-0.el9.noarch.rpm
|
|
rocky_syncthing_version: 2.1.3
|
|
rocky_syncthing_archive_checksum: sha256:f929eb8e5b72a85543eeeefb2c38f34a68e0c530e70758a2905b78840c76602c
|
|
rocky_syncthing_archive_url: >-
|
|
{{
|
|
'https://github.com/syncthing/syncthing/releases/download/v'
|
|
~ rocky_syncthing_version
|
|
~ '/syncthing-linux-amd64-v'
|
|
~ rocky_syncthing_version
|
|
~ '.tar.gz'
|
|
}}
|
|
|
|
enabled_services:
|
|
- firewalld
|
|
|
|
rocky_packages_base:
|
|
- cockpit
|
|
- dnf-plugins-core
|
|
- firewalld
|
|
- nfs-utils
|
|
- openssh-server
|
|
- policycoreutils-python-utils
|
|
- rsync
|
|
- samba
|
|
- sudo
|
|
- zfs
|