trixie/mainserver.yml

15 lines
209 B
YAML
Raw Normal View History

2019-11-17 11:31:55 +01:00
---
# This playbook deploys the mainserver
- name: apply configuration to the mainserver
hosts: all
remote_user: andi
become: yes
vars:
foo_pwd: 123
roles:
# - ldap
- krb5-kdc-ldap
2019-11-17 11:31:55 +01:00