add_authorized_key-zabbix.yaml 167 B

12345678
  1. - name: Set up multiple authorized keys
  2. ansible.posix.authorized_key:
  3. user: root
  4. state: present
  5. key: '{{ item }}'
  6. with_file:
  7. - public_keys/zabbix