Remove references to provisioning.yml

We aren't managing the provisioning user anymore, it is just assumed
to be there.

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
Alan Orth 2015-02-26 16:53:48 +03:00
parent 29f7a76545
commit 19f5b60cb7
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
2 changed files with 0 additions and 4 deletions

View File

@ -46,9 +46,6 @@
when: "ansible_distribution == 'Debian'"
template: src=rc.local_{{ ansible_distribution }}.j2 dest=/etc/rc.local owner=root group=root mode=0755
- include: provisioning.yml
tags: provisioning
- include: ssh-keys.yml
tags: ssh-keys

View File

@ -13,7 +13,6 @@
- munin
vars_files:
- vars/ipsets.yml
- vars/provisioning.yml
- "vars/{{ ansible_distribution }}.yml"
# vim: set sw=2 ts=2: