introduce ssh_users_root
[noc.git] / ansible / roles / base / tasks / main.yml
index e7e808e..b9d8601 100644 (file)
@@ -47,7 +47,7 @@
 - name: Set authorized keys for root user
   authorized_key:
     user: root
-    key: "{{ ssh_keys | join('\n') }}"
+    key: "{{ ssh_keys_root | join('\n') }}"
     exclusive: yes
 
 - name: disable apt suggests and recommends
 
 - name: Deploy default configuration for tools
   with_dict:
+    /etc/htoprc: "{{ global_files_dir }}/common/htoprc"
+
     /etc/zsh/zprofile: zprofile
     /etc/zsh/zshrc: zshrc
     /etc/skel/.zshrc: zshrc.skel