Skip to content

Commit b0558b9

Browse files
committed
variables renames + more ansible facts in dnf_repos
1 parent 364ec79 commit b0558b9

File tree

1 file changed

+5
-4
lines changed
  • ansible/roles/dnf_repos/defaults

1 file changed

+5
-4
lines changed

ansible/roles/dnf_repos/defaults/main.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
dnf_repos_rocky_ark_prefix: https://ark.stackhpc.com/pulp/content/{{ ansible_distribution | lower }}/9.4
2-
dnf_repos_rocky_ark_suffix: "{{ ansible_architecture }}/os/{{ dnf_repos_ark_timestamp }}/"
1+
dnf_repos_rocky_ark_prefix: https://ark.stackhpc.com/pulp/content/{{ ansible_distribution | lower }}/{{ ansible_distribution_version }}
2+
dnf_repos_rocky_ark_suffix: "{{ ansible_architecture }}/os/{{ dnf_repos_rocky_ark_timestamp }}/"
33
# most stable from https://github.com/stackhpc/stackhpc-kayobe-config/blob/stackhpc/2024.1/etc/kayobe/pulp-repo-versions.yml
44
# note that some timestamps can't be used because not all repos have snapshots for them
5-
dnf_repos_ark_timestamp: 20240816T002610
5+
dnf_repos_rocky_ark_timestamp: 20240816T002610
66
dnf_repos_username: slurm-app-ci
77
dnf_repos_password: "{{ lookup('ansible.builtin.env', 'ARK_PASSWORD') }}"
88

@@ -21,4 +21,5 @@ dnf_repos_repolist:
2121
name: extras
2222
base_url: "{{ dnf_repos_rocky_ark_prefix }}/extras/{{ dnf_repos_rocky_ark_suffix }}"
2323

24-
dnf_repos_epel_baseurl: https://ark.stackhpc.com/pulp/content/epel/9/Everything/x86_64/20240902T080424
24+
dnf_repos_epel_timestamp: 20240902T080424
25+
dnf_repos_epel_baseurl: "https://ark.stackhpc.com/pulp/content/epel/{{ ansible_distribution_major_version }}/Everything/{{ ansible_architecture }}/{{ dnf_repos_epel_timestamp }}"

0 commit comments

Comments
 (0)