sshd setup
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
|
||||
ansible_connection: ssh
|
||||
ansible_host: hv00.balsillie.house
|
||||
ansible_host: 192.168.1.250
|
||||
ansible_fqdn: hv00.balsillie.house
|
||||
ansible_port: 22
|
||||
ansible_become_method: sudo
|
||||
static_fqdn: hv00.balsillie.house
|
@ -1,10 +0,0 @@
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
39396638396432646535366136363633313138643130333565633334663764336333373235623336
|
||||
6561323733316666626134613234343231313866643934630a303137653935616562326136363465
|
||||
37343038613463366435346139616161636238373230643533343462646430636162333261666535
|
||||
6332646133313830390a306166363133383735346261636530633733313631356165313665346334
|
||||
66333138663962353665396430326138666266663337323662376235346661393065376430386261
|
||||
34613233313837303664343634666636623731323034353262643639623065333566363831393332
|
||||
36653737336164623838306531396466323832626331373737363135376136636565306565356266
|
||||
33666366383033313865633331363665633164623461636435343663303135616537353066663361
|
||||
32346262316133343037353334303733343465656363656461356634663433333530
|
@ -0,0 +1,13 @@
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
65303065306531633065386131316639323033623166636331386435393231623763356336646337
|
||||
3430333966353561336334333332343130643065323663610a393664353431623037363731373837
|
||||
61653866666536383365393434613933393437343135346430643136396236313138613762316438
|
||||
3439303064366639380a316563666330306636613734666136633066656234363936623536383130
|
||||
65363364393937343231346133343435383336366464666661663432663663316337356637643165
|
||||
34303238653334663764633534393237643639636435633436353862663533346634396339343935
|
||||
34396363306461623564623566356139613564633136313965386337373138316365383732663139
|
||||
34396438636436376566323435316430376261323835303231663735373465326666666161616330
|
||||
33663132613733663337393636643736313863643566343366633032396134303462656162376432
|
||||
62666563376663323537396638306233346238306434643434366131656438303035666265613336
|
||||
37336135373061393036326633333137356531303038613061373638306435396135383365323265
|
||||
33623061633139626431
|
@ -1,6 +1,5 @@
|
||||
hypervisor:
|
||||
storage: dir
|
||||
device: /dev/sda
|
||||
|
||||
qemu_bridges:
|
||||
- br0
|
@ -0,0 +1,16 @@
|
||||
sshd:
|
||||
config_path: home
|
||||
auth:
|
||||
pubkey: 'yes'
|
||||
password: 'no'
|
||||
empty: 'no'
|
||||
listen:
|
||||
port: '22'
|
||||
family: inet
|
||||
ipv4:
|
||||
- '192.168.1.250'
|
||||
- '10.192.110.100'
|
||||
forwarding:
|
||||
agent: 'no'
|
||||
x11: 'no'
|
||||
nickname: vault
|
@ -63,7 +63,7 @@ systemd_networkd_configs:
|
||||
dhcp: false
|
||||
lldp: true
|
||||
vlans:
|
||||
- vlan110
|
||||
- 110
|
||||
- name: 20-vlan110.netdev
|
||||
src: vlan.netdev.j2
|
||||
vlan_id: 110
|
||||
@ -74,7 +74,7 @@ systemd_networkd_configs:
|
||||
dhcp: false
|
||||
address:
|
||||
ipv4:
|
||||
- 10.192.110.1/24
|
||||
- 10.192.110.100/24
|
||||
gateway:
|
||||
ipv4: 10.192.110.254
|
||||
nameserver:
|
||||
|
Reference in New Issue
Block a user