Another way to shave that feline

This commit is contained in:
Kevin Fenzi 2014-06-03 19:43:12 +00:00
parent cf2e7fedd1
commit ffbf76728a
2 changed files with 2 additions and 1 deletions

View file

@ -21,3 +21,4 @@ virt_install_command: /usr/sbin/virt-install -n {{ inventory_hostname }} -r {{ m
# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file
host_group: kojibuilder
datacenter: staging

View file

@ -33,7 +33,7 @@
roles:
- base
- { role: nfs_client, when: not inventory_hostname.startswith('arm') or not inventory_hostname.startswith('buildvm-01.stg'), mnt_dir: '/mnt/fedora_koji', nfs_src_dir: 'fedora_koji' }
- { role: nfs_client, when: not inventory_hostname.startswith('arm'), mnt_dir: '/mnt/fedora_koji', nfs_src_dir: 'fedora_koji' }
- koji_builder
tasks: