Added templates for people in ansible.

This commit is contained in:
Stephen Smoogen 2014-12-07 00:50:14 +00:00
parent 07e24f8448
commit f4e944af3f
4 changed files with 122 additions and 0 deletions

View file

@ -0,0 +1,7 @@
define host {
host_name people02
alias people02.fedoraproject.org
use defaulttemplate
address people02.fedoraproject.org
parents internetx01
}