Création du répertoire /root/.ssh

This commit is contained in:
2018-04-28 11:48:54 +02:00
parent 90cba9ae64
commit 1a92fae018

View File

@@ -1,3 +1,11 @@
Creation of directory /root/.ssh:
directory.managed:
- name: /root/.ssh
- mode: '0700'
- user: root
- group: root
- makedirs: True
Creation of file /root/.ssh/authorized_keys:
file.managed:
- name: /root/.ssh/authorized_keys