- - name: Authorised admin SSH Keys
- tags: ssh_admin_keys
- authorized_key: user=root key="{{ lookup('file', item) }}" state=present
- with_fileglob:
- - public_keys/authorised/*
- - name: Revoked admin SSH Keys
- tags: ssh_admin_keys
- authorized_key: user=root key="{{ lookup('file', item) }}" state=absent
- with_fileglob:
- - public_keys/revoked/*
SHARE
TWEET
Untitled
a guest
Apr 8th, 2015
2
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
RAW Paste Data
