Browse Source

add users playbook

update_ca_key
Andrea Cimbalo 8 years ago
parent
commit
1aca04d5c7
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      users.yaml

+ 12
- 0
users.yaml View File

@ -0,0 +1,12 @@
---
- hosts: biff
roles:
- role: lxc_guest
vm_name: users
- hosts: users
roles:
- role: fail2ban
- role: pam-ldap
ldap_server: "{{ hostvars['ldap'].ansible_host }}"
- role: apache2
user_dir: true

Loading…
Cancel
Save