File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 77doca_version : " 2.9.3"
88doca_profile : doca-ofed
99doca_distribution : " {{ doca_version is version('3.2.0', '>=') | ternary(ansible_distribution_major_version, ansible_distribution_version) }}"
10- doca_repo_url : " https://linux.mellanox .com/pulp/content/doca/{{ doca_version }}/rhel{{ doca_distribution }}/{{ ansible_architecture }}/"
10+ doca_repo_url : " https://ark.stackhpc .com/pulp/content/doca/{{ doca_version }}/rhel{{ doca_distribution }}/{{ ansible_architecture }}/"
Original file line number Diff line number Diff line change 88 baseurl : " {{ doca_repo_url }}"
99 enabled : true
1010 gpgcheck : false
11+ username : " {{ dnf_repos_username }}"
12+ password : " {{ dnf_repos_password }}"
1113
1214- name : Install doca-extra package
1315 ansible.builtin.dnf :
You can’t perform that action at this time.
0 commit comments