]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
Adding Fedora 31 support to the common role wip-fedora31-cobbler 537/head
authorDavid Galloway <dgallowa@redhat.com>
Wed, 26 Feb 2020 19:33:36 +0000 (14:33 -0500)
committerAdam Kraitman <akraitma@redhat.com>
Thu, 27 Feb 2020 16:12:50 +0000 (18:12 +0200)
testnodes: add vars for opensuse_leap_15.2

1  2 
roles/common/tasks/nagios.yml
roles/common/vars/fedora_31.yml

index 34e8b553422d243e9e27987d049ed8e8e36da23b,34e8b553422d243e9e27987d049ed8e8e36da23b..f7610bfd2ecd8634bb303d99fc0b469fc572c02d
      - ansible_os_family == "RedHat"
      - have_epel.rc == 0
  
--- name: Install nrpe package and dependencies (Ubuntu)
++- name: Install nrpe package and dependencies (Ubuntu/Fedora)
    package:
      name: "{{ nrpe_packages|list }}"
      state: latest
--  when: ansible_pkg_mgr == "apt"
++  when: ansible_pkg_mgr == "apt" or ansible_distribution == "Fedora"
  
  - name: Upload nagios sudoers.d for raid utilities.
    template:
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..087e67a415ac6b86a7dced28e48cb7d84517164f
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,4 @@@
++---
++nrpe_selinux_packages:
++  - python-libsemanage
++  - policycoreutils-python-utils