@@ -1,17 +1,20 @@
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
66386330343432366236303530313838613830376162613265346533336232393838323136306433
|
||||
6631643363643761313164376132386433623137386539360a333263393236616432616439613733
|
||||
33653832333534333563623164616164663034303331373135633665636230333035373262656338
|
||||
3038383463366466640a666264653332616637616661376666303331353333383833323538633666
|
||||
30656266353439366461636162336266356433336438393134326166343934353933633131343163
|
||||
61643233616166316236636333633136353830626265343834333937353361363962656463656538
|
||||
32336435643531613936343136663632386564373764306333323262306432626237323434336333
|
||||
35323365326432616563663936623630386436336364323530613137636434653138383539623166
|
||||
32326436643861366536393937343863653032336334333739653434346263393364666565316563
|
||||
63353634313033316265666235366339653366363031343230313035336535643361616233646535
|
||||
65396162326230656162313535646539663830646637623939613365363534663434343532653465
|
||||
31613066353565626137363232386263666134613335656333616565643339386231646664343134
|
||||
36333765366632386133313835306332646565353238633233613237343330316564343437313963
|
||||
61636662353936323237393831326138363263306130633461323437616430323234646666313935
|
||||
32643466323064623630363962316438386232333238633839613035643933633263663161316563
|
||||
63616638313534643632
|
||||
34363461373039313430373835363633343139303333353934393762383338396664616636653331
|
||||
6534613666613761663665323033383838663363376561620a636533303235393139653161643130
|
||||
66316231383734343837656364643533633863613761633262653264663565303361323730613937
|
||||
3935386538643939660a386134643831386261323363326439663263376439353966346632333366
|
||||
33653736343263663961333033336563656265303166383032326338343038653961383862363339
|
||||
35343362306237656130653039366464643565663439636432316362316238613730313366303964
|
||||
30666536373634613236353634363333316534626234386666633861663065343063666236386631
|
||||
36366238353635333339643163336166353262386234376435313136643937663961373663303565
|
||||
34306637656537666231373931363963646238343664323633306361336661303830396465663231
|
||||
33663531613437333730653765666361623462666237396531313833336461373439373264613266
|
||||
62633132343036386131646539386266313162653263663137303866363432626135383865343565
|
||||
66393838663038353263633437653563346331356539333563396465663664623065623735626630
|
||||
35333630623830623530663266343235643136623735643335373932303262323761626537643266
|
||||
36383132303366633238356161616539343335656665356430656236633031383938616263633866
|
||||
39306461626363336162396634616133306566353835343035356338616636346538303933626365
|
||||
62363035613931353837313762383230313337326639616263393965386639666164666531343064
|
||||
66653536626439366430356266393761646135646534616139633733663830643534333832663764
|
||||
34623837323864613935626639613961343965323664326661336135653634346239346261343935
|
||||
616232353632663332373138313962616433
|
||||
|
||||
@@ -6,7 +6,7 @@ vms:
|
||||
memory: 4096 # in MiB
|
||||
net:
|
||||
net0: "virtio,bridge=vmbr0,firewall=1"
|
||||
boot_image: "{{ proxmox_cloud_init_images.ubuntu.name }}"
|
||||
boot_image: "{{ proxmox_cloud_init_images.debian.name }}"
|
||||
ciuser: "{{ user }}"
|
||||
sshkeys: "{{ pubkey }}"
|
||||
disk_size: 128 # in Gb
|
||||
@@ -21,13 +21,24 @@ vms:
|
||||
ciuser: "{{ user }}"
|
||||
sshkeys: "{{ pubkey }}"
|
||||
disk_size: 128 # in Gb
|
||||
- name: "docker-host13"
|
||||
node: "lulu"
|
||||
vmid: 413
|
||||
cores: 2
|
||||
memory: 4096 # in MiB
|
||||
net:
|
||||
net0: "virtio,bridge=vmbr0,firewall=1"
|
||||
boot_image: "{{ proxmox_cloud_init_images.debian.name }}"
|
||||
ciuser: "{{ user }}"
|
||||
sshkeys: "{{ pubkey }}"
|
||||
disk_size: 128 # in Gb
|
||||
hostpci:
|
||||
hostpci0: "0000:00:02.0"
|
||||
- name: "docker-host12"
|
||||
node: "naruto01"
|
||||
vmid: 412
|
||||
cores: 2
|
||||
memory: 4096 # in MiB
|
||||
memory: 4096
|
||||
net:
|
||||
net0: "virtio,bridge=vmbr0,firewall=1"
|
||||
boot_image: "{{ proxmox_cloud_init_images.ubuntu.name }}"
|
||||
|
||||
Reference in New Issue
Block a user