我試圖創建一個用戶並添加到authorized_keys文件。 這裏是ansible代碼時,我嘗試運行我得到以下錯誤: ERROR! this task 'authorized_key' has extra params, which is only allowed in the following modules: command, win_command, shell, win_shell,
我已經創建了一個使用ansible的用戶,現在想將.ssh/id_rsa.pub文件複製到authorized_keys文件中。 我檢查了authorized_keys模塊,但用於將主機上的密鑰複製到guest虛擬機。 想知道什麼是正確的做法。 - name: Adding user - {{ user }}
user: name={{ user }}
group={{ gr