sshd setup
This commit is contained in:
@ -4,22 +4,38 @@
|
||||
|
||||
# Systemd networking
|
||||
|
||||
- name: Setup systemd-networkd
|
||||
hosts: hv00.balsillie.house
|
||||
become: true
|
||||
roles:
|
||||
- name: systemd_networkd
|
||||
vars:
|
||||
ansible_host: 192.168.1.106
|
||||
# - name: Setup systemd-networkd
|
||||
# hosts: hv00.balsillie.house
|
||||
# become: true
|
||||
# roles:
|
||||
# - name: systemd_networkd
|
||||
# vars:
|
||||
# ansible_host: 192.168.1.106
|
||||
|
||||
# Serial console
|
||||
|
||||
# - name: Setup serial console
|
||||
# hosts: hv00_balsillie_house
|
||||
# hosts: hv00.balsillie.house
|
||||
# become: true
|
||||
# roles:
|
||||
# - name: serial_console
|
||||
|
||||
# Hypervisor setup
|
||||
|
||||
# - name: Configure hypervisor
|
||||
# hosts: hv00.balsillie.house
|
||||
# gather_facts: true
|
||||
# become: true
|
||||
# roles:
|
||||
# - name: hypervisor
|
||||
|
||||
# SSHd setup
|
||||
|
||||
- name: Configure sshd
|
||||
hosts: hv00.balsillie.house
|
||||
gather_facts: true
|
||||
become: true
|
||||
roles:
|
||||
- name: sshd_setup
|
||||
|
||||
# VM setup
|
Reference in New Issue
Block a user