fix systemd templates
This commit is contained in:
@ -1,16 +1,5 @@
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
30653030376238643536303332376530306565363333613230303263653935626332383862646539
|
||||
3739623265323837613333343363343461353837643637650a616637656563313265636366616134
|
||||
61636335613330393239656262663735316365613435303766643964353964666537353338646666
|
||||
3536363034316632390a363234343466363937613631316130333566313037306636386130303137
|
||||
33366462303461393866633233643033356231343232313832636335336232383234626163623533
|
||||
64656339346264306265353839373362373034306261316238346365373639326566313866363263
|
||||
62613639313566373233303734666331633038383638316361353838313634383163626563333137
|
||||
62393835663963646431353431396238663062363031613735623937373835383630653165373634
|
||||
32356365363162333661323765333236363934636461366664666431333338326362656439366339
|
||||
62313265616666386164343336623032386536343134336232613164363236656236646332356335
|
||||
36643362613832656666376233363436313030626566356134306533643862333536336662653630
|
||||
32663936333434346530343639383330633538306536346432333136393765316366356362353735
|
||||
30636536333436346166616232643238373964306139313265623934616636663234336162306338
|
||||
34343934613136623837353436353462303036643837656636386533333266663265643538633333
|
||||
373133383866666465383332373336343739
|
||||
|
||||
ansible_connection: ssh
|
||||
ansible_host: hv00.balsillie.house
|
||||
ansible_port: 22
|
||||
ansible_become_method: sudo
|
||||
|
@ -0,0 +1,10 @@
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
39396638396432646535366136363633313138643130333565633334663764336333373235623336
|
||||
6561323733316666626134613234343231313866643934630a303137653935616562326136363465
|
||||
37343038613463366435346139616161636238373230643533343462646430636162333261666535
|
||||
6332646133313830390a306166363133383735346261636530633733313631356165313665346334
|
||||
66333138663962353665396430326138666266663337323662376235346661393065376430386261
|
||||
34613233313837303664343634666636623731323034353262643639623065333566363831393332
|
||||
36653737336164623838306531396466323832626331373737363135376136636565306565356266
|
||||
33666366383033313865633331363665633164623461636435343663303135616537353066663361
|
||||
32346262316133343037353334303733343465656363656461356634663433333530
|
@ -8,7 +8,7 @@ systemd_networkd_configs:
|
||||
- name: 00-eth2.link
|
||||
src: ethernet.link.j2
|
||||
mac_address: 64-62-66-21-e9-c5
|
||||
- name: 00-eth3.link
|
||||
- name: 00-wan.link
|
||||
src: ethernet.link.j2
|
||||
mac_address: 64-62-66-21-e9-c6
|
||||
- name: 01-eth0.network
|
||||
@ -47,10 +47,10 @@ systemd_networkd_configs:
|
||||
- 210
|
||||
- 220
|
||||
- 230
|
||||
- name: 01-eth3.network
|
||||
- name: 01-wan.network
|
||||
src: ethernet.network.j2
|
||||
mac_address: 64-62-66-21-e9-c6
|
||||
arp: false
|
||||
arp: true
|
||||
lldp: false
|
||||
dhcp: true
|
||||
- name: 10-br0.netdev
|
||||
|
Reference in New Issue
Block a user