move ganeti configuration
This commit is contained in:
parent
be57b5e7d1
commit
2f139d1b45
@ -15,3 +15,8 @@
|
|||||||
regex: "RAPI_ARGS=.*"
|
regex: "RAPI_ARGS=.*"
|
||||||
line: RAPI_ARGS="-b 0.0.0.0 --require-authentication"
|
line: RAPI_ARGS="-b 0.0.0.0 --require-authentication"
|
||||||
path: /etc/default/ganeti
|
path: /etc/default/ganeti
|
||||||
|
|
||||||
|
- name: Clear VNC password
|
||||||
|
ansible.builtin.file:
|
||||||
|
path: /etc/ganeti/vnc-cluster-password
|
||||||
|
mode: "0644"
|
@ -34,6 +34,6 @@
|
|||||||
ansible.builtin.include_tasks:
|
ansible.builtin.include_tasks:
|
||||||
file: debootstrap.yml
|
file: debootstrap.yml
|
||||||
|
|
||||||
- name: Configure RAPI
|
- name: Configure Ganeti
|
||||||
ansible.builtin.include_tasks:
|
ansible.builtin.include_tasks:
|
||||||
file: rapi.yml
|
file: ganeti.yml
|
||||||
|
Loading…
Reference in New Issue
Block a user