upt playbook

This commit is contained in:
jaydee 2023-08-28 13:54:38 +02:00
parent 302677bfbc
commit 57dada70c8

View File

@ -7,4 +7,6 @@
content: |
#!/bin/bash
ldapsearch -b "dc=sectorq,dc=eu" -H ldap://192.168.77.106:389 -x '(&(objectClass=ldapPublicKey)(cn='"$1"'))' 'sshPublicKey' | sed -n '/^ /{H;d};/sshPublicKey:/x;$g;s/\n *//g;s/sshPublicKey: //gp'
owner: admin
mode: '0744'
when: inventory_hostname in groups['nas']