Signed-off-by: David Galloway <dgallowa@redhat.com>
- always
- import_tasks: yum_systems.yml
- when: ansible_pkg_mgr == "yum"
+ when: ansible_os_family == "RedHat"
- import_tasks: apt_systems.yml
when: ansible_pkg_mgr == "apt"
--- /dev/null
+---
+# cobbler-web pulls in cobbler
+cobbler_package: cobbler-web
+cobbler_service: cobblerd
+httpd_service: httpd
+cobbler_extra_packages:
+ - git
+ - syslinux
+ - pykickstart
+ - fence-agents-all
+ - nmap
+
+pip_packages: []
+
+settings:
+ - name: yum_post_install_mirror
+ value: 0
+ - name: signature_url
+ value: https://raw.githubusercontent.com/cobbler/cobbler/master/config/cobbler/distro_signatures.json
+ - name: server
+ value: "{{ ip }}"
+ - name: next_server
+ value: "{{ ip }}"
+ - name: pxe_just_once
+ value: 1