X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=ansible%2Fgroup_vars%2Faccesspoints%2Fmain.yml;h=7147bbd0e0b1cbb078b23ab0ecbd312b289a0c6d;hb=d35ebcc276376a09f8e5bfe178b43842d4a54305;hp=233b08a34bd62c4c035f6ab410f57c4ef1ca61e6;hpb=a32fd86b0ed57921615f002dce60dc761eea40b3;p=noc.git diff --git a/ansible/group_vars/accesspoints/main.yml b/ansible/group_vars/accesspoints/main.yml index 233b08a..7147bbd 100644 --- a/ansible/group_vars/accesspoints/main.yml +++ b/ansible/group_vars/accesspoints/main.yml @@ -1,4 +1,8 @@ --- +ssh_users_root: + - equinox + - nicoo + accesspoint_wifi_channels: 2.4g: ap0: 3 @@ -141,12 +145,9 @@ openwrt_mixin: net.ipv6.conf.all.forwarding=0 /etc/dropbear/authorized_keys: - content: |- - {% for key in noc_ssh_keys %} - {{ key }} - {% endfor %} + content: "{{ ssh_users_root | user_ssh_keys(users) | join('\n') }}\n" - /root/.config/htop/htoprc: + /etc/htoprc: file: "{{ global_files_dir }}/common/htoprc"