Don't set rootpw on build* machines, it's set later in their playbooks

This commit is contained in:
Kevin Fenzi 2013-11-18 20:32:54 +00:00
parent abd631df2b
commit 4de2ecac8b

View file

@ -30,6 +30,7 @@
user: name=root password={{ rootpw }} state=present
tags:
- rootpw
when: not inventory_hostname.startswith('build')
- name: add ansible root key
authorized_key: user=root key="{{ item }}"