mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 09:04:42 +02:00
feat: initial commit — Ansible roles storage-01/gpu-01 opérationnels
This commit is contained in:
commit
b3fce8af5d
70 changed files with 2688 additions and 0 deletions
16
ansible/roles/dnsmasq/defaults/main.yml
Normal file
16
ansible/roles/dnsmasq/defaults/main.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
dns_upstream:
|
||||
- 8.8.8.8
|
||||
- 8.8.4.4
|
||||
|
||||
dns_cluster_hosts:
|
||||
- name: storage-01
|
||||
ip: 192.168.10.1
|
||||
- name: gpu-01
|
||||
ip: 192.168.10.20
|
||||
- name: compute-01
|
||||
ip: 192.168.10.11
|
||||
- name: compute-02
|
||||
ip: 192.168.10.12
|
||||
- name: compute-03
|
||||
ip: 192.168.10.13
|
||||
Loading…
Add table
Add a link
Reference in a new issue