summaryrefslogtreecommitdiff
path: root/ssh-servers.yml
blob: c2716e2cc7e4799379350a4b79a93e7331d32d8c (plain)
1
2
3
4
5
6
7
8
9
10
11
# Deploy the ssh-ldap module.
# Maintainer: Ben Copeland ben.copeland@linaro.org
---

- name: Deploy the ssh-ldap module.
  hosts: ssh
  roles:
   - role: ssh-ldap
     sudo: yes
   - role: logrotate
     sudo: yes