File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
- name : Manage 'amdgpu-install'
3
- hosts : default
3
+ hosts : all
4
4
environment :
5
5
LANG : C # some tasks process std{out,err}, aim for consistency
6
6
# may be superfluous for your environment; mapped through Packer HCL with 'ansible_env_vars'
Original file line number Diff line number Diff line change 2
2
# yamllint disable rule:line-length
3
3
# vim: ft=yaml.ansible
4
4
- name : " Prepare 'niccli' and driver"
5
- hosts : default
5
+ hosts : all
6
6
environment : # may be superfluous for your environment; mapped through Packer HCL with 'ansible_env_vars'
7
7
http_proxy : " {{ lookup('ansible.builtin.env', 'http_proxy') | default(omit) }}"
8
8
https_proxy : " {{ lookup('ansible.builtin.env', 'https_proxy') | default(omit) }}"
Original file line number Diff line number Diff line change 2
2
# vim: ft=yaml.ansible
3
3
# This play runs before any others [by Packer, as provisioners]. Provides package repository and RDMA device naming overrides
4
4
- name : OS Preparation
5
- hosts : default
5
+ hosts : all
6
6
become : true
7
7
vars : # change these with '-e var=...'
8
8
# one may find 'NAME_FALLBACK'/device-driven naming inconsistency with certain packages installed
Original file line number Diff line number Diff line change 1
1
---
2
2
# vim: ft=yaml.ansible
3
3
- name : Package Globber # the Packer 'file' provisioner copies the files to the builder VM; this processes/installs
4
- hosts : default
4
+ hosts : all
5
5
become : true
6
6
environment : # may be superfluous for your environment; mapped through Packer HCL with 'ansible_env_vars'
7
7
http_proxy : " {{ lookup('ansible.builtin.env', 'http_proxy') | default(omit) }}"
Original file line number Diff line number Diff line change 1
1
---
2
2
# yamllint disable rule:line-length
3
3
- name : " Prepare 'tuned' service+profile"
4
- hosts : default
4
+ hosts : all
5
5
environment : # may be superfluous for your environment; mapped through Packer HCL with 'ansible_env_vars'
6
6
http_proxy : " {{ lookup('ansible.builtin.env', 'http_proxy') | default(omit) }}"
7
7
https_proxy : " {{ lookup('ansible.builtin.env', 'https_proxy') | default(omit) }}"
You can’t perform that action at this time.
0 commit comments