X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=ansible%2Froles%2Fbase%2Ftasks%2Fmain.yml;h=b9d86018955acc381d91715106b914f28f77fba2;hb=d15a9e06d1a1a1e893160906a5822309ec9e3380;hp=e7e808e430767c8e5da6fd6f2cdddcb0527ca9c1;hpb=a0813e951c5b91dc538803e9003f788d9ae80558;p=noc.git diff --git a/ansible/roles/base/tasks/main.yml b/ansible/roles/base/tasks/main.yml index e7e808e..b9d8601 100644 --- a/ansible/roles/base/tasks/main.yml +++ b/ansible/roles/base/tasks/main.yml @@ -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 @@ -163,6 +163,8 @@ - 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