Commit 7dac378d authored by nanahira's avatar nanahira

updates

parent a666c67e
......@@ -2,6 +2,11 @@
- hosts: hypervisor
remote_user: root
tasks:
- name: webvirt ssh key
authorized_key:
user: "{{ ansible_user_id }}"
key: "{{ webvirt_ssh_key }}"
when: webvirt_ssh_key
- name: get cpufreq policy path
find:
paths:
......
......@@ -2,7 +2,7 @@
- hosts: runner-template
remote_user: root
vars:
install_authorized_keys: false
authorized_keys: false
allow_password: false
upgrade: true
reboot: true
......
......@@ -2,7 +2,7 @@
- hosts: template
remote_user: root
vars:
install_authorized_keys: false
authorized_keys: false
allow_password: true
upgrade: true
reboot: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment