We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e09bfcc commit 985042fCopy full SHA for 985042f
data/node/web-tuc-1.lsst.org.yaml
@@ -0,0 +1,18 @@
1
+---
2
+classes:
3
+ - profile::base_linux
4
+profile::base_linux::network: true
5
+profile::base_linux::graylog: true
6
+network_config:
7
+ eth0:
8
+ name: eth0
9
+ ensure: present
10
+ ipaddress: 140.252.201.29
11
+ netmask: 255.255.255.0
12
+ method: static
13
+ onboot: true
14
+ options:
15
+ GATEWAY: 140.252.201.1
16
+ DNS1: 140.252.32.125
17
+ DNS2: 140.252.32.126
18
+ DNS3: 140.252.32.127
0 commit comments