Commit bad6a337 authored by nanahira's avatar nanahira

add webvirt ssh key back

parent 763b49dd
......@@ -2,11 +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: webvirt ssh key
authorized_key:
user: "{{ ansible_user_id }}"
key: "{{ webvirt_ssh_key }}"
when: webvirt_ssh_key
- name: get cpufreq policy path
find:
paths:
......
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