Commit cc1a71f9 authored by Rafael Monnerat's avatar Rafael Monnerat

Create .ssh folder

parent 5b929464
......@@ -18,6 +18,9 @@
when: netconfig_file.stat.exists == True
ignore_errors: True
- name: Create ~/.ssh
file: path=/root/.ssh state=directory mode=700
- name: Download ssh authorized keys
get_url: url=http://10.0.2.100/authorized_keys dest=/root/.ssh/authorized_keys.download mode=755
ignore_errors: 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