Commit 7dac378d authored by nanahira's avatar nanahira

updates

parent a666c67e
...@@ -2,6 +2,11 @@ ...@@ -2,6 +2,11 @@
- hosts: hypervisor - hosts: hypervisor
remote_user: root remote_user: root
tasks: tasks:
- name: webvirt ssh key
authorized_key:
user: "{{ ansible_user_id }}"
key: "{{ webvirt_ssh_key }}"
when: webvirt_ssh_key
- name: get cpufreq policy path - name: get cpufreq policy path
find: find:
paths: paths:
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
- hosts: runner-template - hosts: runner-template
remote_user: root remote_user: root
vars: vars:
install_authorized_keys: false authorized_keys: false
allow_password: false allow_password: false
upgrade: true upgrade: true
reboot: true reboot: true
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
- hosts: template - hosts: template
remote_user: root remote_user: root
vars: vars:
install_authorized_keys: false authorized_keys: false
allow_password: true allow_password: true
upgrade: true upgrade: true
reboot: 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