From: Zack Cerza Date: Tue, 15 Sep 2015 20:49:23 +0000 (-0600) Subject: Cobbler: Add other_image_dir default X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=c65e8a7ace3cc4b440cff691c159c40cf193e9b8;p=ceph-cm-ansible.git Cobbler: Add other_image_dir default For storing non-iso images for distro/profile creation Signed-off-by: Zack Cerza --- diff --git a/roles/cobbler/defaults/main.yml b/roles/cobbler/defaults/main.yml index 658c429..dd078ba 100644 --- a/roles/cobbler/defaults/main.yml +++ b/roles/cobbler/defaults/main.yml @@ -10,6 +10,8 @@ secrets_repo: iso_dir: /var/lib/cobbler/isos # Mount point to use for ISOs during import iso_mount: /mnt/iso +# Where to put kernel/initrd files for image-based ISOs +other_image_dir: /var/lib/cobbler/other_boot_images users_digest_lines: # default password is 'cobbler' - change it in a secrets repo!