forked from infra/ansible
gpu: add group_vars and dhcp config
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
e254c236dc
commit
0b00ad11d3
2 changed files with 22 additions and 0 deletions
13
inventory/group_vars/gpu
Normal file
13
inventory/group_vars/gpu
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
primary_auth_source: ipa
|
||||
freezes: false
|
||||
ipa_client_shell_groups:
|
||||
- sysadmin-gpu
|
||||
ipa_client_sudo_groups:
|
||||
- sysadmin-gpu
|
||||
ipa_host_group: gpu
|
||||
ipa_host_group_desc: gpu servers
|
||||
|
||||
notes: |
|
||||
gpu machine for testing fedora with gpus
|
||||
|
||||
|
|
@ -1686,3 +1686,12 @@ host retrace03.rdu3.fedoraproject.org {
|
|||
option subnet-mask 255.255.255.0;
|
||||
option host-name "retrace03.rdu3.fedoraproject.org";
|
||||
}
|
||||
|
||||
host gpu01.rdu3.fedoraproject.org {
|
||||
hardware ethernet 30:3e:a7:2a:65:28;
|
||||
fixed-address 10.16.179.35;
|
||||
next-server 10.16.163.10;
|
||||
option routers 10.16.179.254;
|
||||
option subnet-mask 255.255.255.0;
|
||||
option host-name "gpu01.rdu3.fedoraproject.org";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue