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
|
- path: /etc/hostname
|
||||||
mode: 0644
|
mode: 0644
|
||||||
contents:
|
contents:
|
||||||
inline: сos.itphx.loc
|
inline: сos
|
||||||
- path: /etc/NetworkManager/system-connections/ens18.nmconnection
|
- path: /etc/NetworkManager/system-connections/LAN.nmconnection
|
||||||
mode: 0600
|
mode: 0600
|
||||||
contents:
|
contents:
|
||||||
inline: |
|
inline: |
|
||||||
[connection]
|
[connection]
|
||||||
id=ens18
|
id=LAN
|
||||||
type=ethernet
|
type=ethernet
|
||||||
interface-name=ens18
|
interface-name=ens18
|
||||||
[ipv4]
|
[ipv4]
|
||||||
@ -30,18 +30,18 @@ storage:
|
|||||||
dns-search=itphx.loc
|
dns-search=itphx.loc
|
||||||
may-fail=false
|
may-fail=false
|
||||||
method=manual
|
method=manual
|
||||||
- path: /etc/NetworkManager/system-connections/ens19.nmconnection
|
- path: /etc/NetworkManager/system-connections/DOCKER.nmconnection
|
||||||
mode: 0600
|
mode: 0600
|
||||||
contents:
|
contents:
|
||||||
inline: |
|
inline: |
|
||||||
[connection]
|
[connection]
|
||||||
id=ens19
|
id=DOCKER
|
||||||
type=ethernet
|
type=ethernet
|
||||||
interface-name=ens19
|
interface-name=ens19
|
||||||
[ipv4]
|
[ipv4]
|
||||||
address1=10.0.0.16
|
address1=10.0.0.16/24
|
||||||
address1=10.0.0.17
|
address2=10.0.0.17/24
|
||||||
address1=10.0.0.18
|
address3=10.0.0.18/24
|
||||||
dns=
|
dns=
|
||||||
dns-search=
|
dns-search=
|
||||||
may-fail=false
|
may-fail=false
|
||||||
|
11
test.ign
11
test.ign
@ -23,22 +23,21 @@
|
|||||||
{
|
{
|
||||||
"path": "/etc/hostname",
|
"path": "/etc/hostname",
|
||||||
"contents": {
|
"contents": {
|
||||||
"source": "data:,%D1%81os.itphx.loc"
|
"source": "data:,%D1%81os"
|
||||||
},
|
},
|
||||||
"mode": 420
|
"mode": 420
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "/etc/NetworkManager/system-connections/ens18.nmconnection",
|
"path": "/etc/NetworkManager/system-connections/LAN.nmconnection",
|
||||||
"contents": {
|
"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
|
"mode": 384
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "/etc/NetworkManager/system-connections/ens19.nmconnection",
|
"path": "/etc/NetworkManager/system-connections/DOCKER.nmconnection",
|
||||||
"contents": {
|
"contents": {
|
||||||
"compression": "gzip",
|
"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"
|
||||||
"source": "data:;base64,H4sIAAAAAAAC/2TKTarDMAzE8b3uksczlH4sdJKQhbDH2GDLwVILuX0JdBcGZvHjv8ahiuh16EY1MdTCi/zYwfCCqXCq6phZIhaVjl+y1v1z20hSmjALHP7/zoX7lR5XelJS4/MWg8xYmLocS5baOEszUIeXkbiLvqXRNwAA//8yszHqpwAAAA=="
|
|
||||||
},
|
},
|
||||||
"mode": 384
|
"mode": 384
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user