Update 6
This commit is contained in:
parent
03ae6cf486
commit
4721f368f2
16
test.bu
16
test.bu
@ -15,13 +15,13 @@ storage:
|
||||
- path: /etc/hostname
|
||||
mode: 0644
|
||||
contents:
|
||||
inline: сos.itphx.loc
|
||||
- path: /etc/NetworkManager/system-connections/ens18.nmconnection
|
||||
inline: сos
|
||||
- path: /etc/NetworkManager/system-connections/LAN.nmconnection
|
||||
mode: 0600
|
||||
contents:
|
||||
inline: |
|
||||
[connection]
|
||||
id=ens18
|
||||
id=LAN
|
||||
type=ethernet
|
||||
interface-name=ens18
|
||||
[ipv4]
|
||||
@ -30,18 +30,18 @@ storage:
|
||||
dns-search=itphx.loc
|
||||
may-fail=false
|
||||
method=manual
|
||||
- path: /etc/NetworkManager/system-connections/ens19.nmconnection
|
||||
- path: /etc/NetworkManager/system-connections/DOCKER.nmconnection
|
||||
mode: 0600
|
||||
contents:
|
||||
inline: |
|
||||
[connection]
|
||||
id=ens19
|
||||
id=DOCKER
|
||||
type=ethernet
|
||||
interface-name=ens19
|
||||
[ipv4]
|
||||
address1=10.0.0.16
|
||||
address1=10.0.0.17
|
||||
address1=10.0.0.18
|
||||
address1=10.0.0.16/24
|
||||
address2=10.0.0.17/24
|
||||
address3=10.0.0.18/24
|
||||
dns=
|
||||
dns-search=
|
||||
may-fail=false
|
||||
|
11
test.ign
11
test.ign
@ -23,22 +23,21 @@
|
||||
{
|
||||
"path": "/etc/hostname",
|
||||
"contents": {
|
||||
"source": "data:,%D1%81os.itphx.loc"
|
||||
"source": "data:,%D1%81os"
|
||||
},
|
||||
"mode": 420
|
||||
},
|
||||
{
|
||||
"path": "/etc/NetworkManager/system-connections/ens18.nmconnection",
|
||||
"path": "/etc/NetworkManager/system-connections/LAN.nmconnection",
|
||||
"contents": {
|
||||
"source": "data:,%5Bconnection%5D%0Aid%3Dens18%0Atype%3Dethernet%0Ainterface-name%3Dens18%0A%5Bipv4%5D%0Aaddress1%3D10.0.0.13%2F24%2C10.0.0.254%0Adns%3D10.0.0.245%3B%0Adns-search%3Ditphx.loc%0Amay-fail%3Dfalse%0Amethod%3Dmanual%0A"
|
||||
"source": "data:,%5Bconnection%5D%0Aid%3DLAN%0Atype%3Dethernet%0Ainterface-name%3Dens18%0A%5Bipv4%5D%0Aaddress1%3D10.0.0.13%2F24%2C10.0.0.254%0Adns%3D10.0.0.245%3B%0Adns-search%3Ditphx.loc%0Amay-fail%3Dfalse%0Amethod%3Dmanual%0A"
|
||||
},
|
||||
"mode": 384
|
||||
},
|
||||
{
|
||||
"path": "/etc/NetworkManager/system-connections/ens19.nmconnection",
|
||||
"path": "/etc/NetworkManager/system-connections/DOCKER.nmconnection",
|
||||
"contents": {
|
||||
"compression": "gzip",
|
||||
"source": "data:;base64,H4sIAAAAAAAC/2TKTarDMAzE8b3uksczlH4sdJKQhbDH2GDLwVILuX0JdBcGZvHjv8ahiuh16EY1MdTCi/zYwfCCqXCq6phZIhaVjl+y1v1z20hSmjALHP7/zoX7lR5XelJS4/MWg8xYmLocS5baOEszUIeXkbiLvqXRNwAA//8yszHqpwAAAA=="
|
||||
"source": "data:,%5Bconnection%5D%0Aid%3DDOCKER%0Atype%3Dethernet%0Ainterface-name%3Dens19%0A%5Bipv4%5D%0Aaddress1%3D10.0.0.16%2F24%0Aaddress2%3D10.0.0.17%2F24%0Aaddress3%3D10.0.0.18%2F24%0Adns%3D%0Adns-search%3D%0Amay-fail%3Dfalse%0Amethod%3Dmanual%0A"
|
||||
},
|
||||
"mode": 384
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user