Skip to content

Commit

Permalink
ldap--60---更新自动配置定时备份
Browse files Browse the repository at this point in the history
  • Loading branch information
Eron-Liu committed Feb 11, 2019
1 parent 234588f commit 503abf1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions 00-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@
- { role: prepare}
- { role: chrony, CHRONY_NTP: true}


# 服务端基础配置,开启 TSL/SSL、导入基本配置信息
- hosts: server
roles:
- { role: ldap_server, install_server: true, ENABLE_SSL: true}
- { role: ldap_expan, add_memberof: true, add_web: true, sudo_ssh: true, ppolicy: true}
- { role: ldap_expan, add_memberof: true, add_web: true, sudo_ssh: true, ppolicy: true, crontab: true}


# 客户端配置,开启 TSL/SSL、配置使用 sudo 与 ssh-key
- hosts: clients
roles:
- { role: ldap_client, install_client: true}
- { role: support_ssh_sudo, support: true}
- { role: support_ssh_sudo, support: true}

0 comments on commit 503abf1

Please sign in to comment.