]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cm-ansible.git/commit
cobbler_profile: add the ability to set kernel options.
authorAndrew Schoen <aschoen@redhat.com>
Wed, 20 May 2015 19:10:28 +0000 (14:10 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Wed, 20 May 2015 21:18:21 +0000 (16:18 -0500)
commit4d7138ef4462f0ee20576abe1a33d174d0e029b6
tree2879bfdc6d65da90a2706cb6c1e1bd5a69511807
parentb2043010d2657af693586549460d87d0001a813b
cobbler_profile: add the ability to set kernel options.

We can now provide custom kernel_options and kernel_options_post when
creating a profile. Updating the kernel_options are not idempotent
however as some kernel options are always return from the distro.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
roles/cobbler_profile/defaults/main.yml
roles/cobbler_profile/tasks/import_distro.yml
roles/cobbler_profile/tasks/update_kernel_options.yml [new file with mode: 0644]
roles/cobbler_profile/tasks/update_kernel_options_post.yml [new file with mode: 0644]