Skip to content

Commit

Permalink
Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
sdarwin committed Apr 26, 2024
1 parent fd551b8 commit 3935c82
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
7 changes: 3 additions & 4 deletions tasks/setup-Debian-family-prerequisites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
state: present

- name: Install passlib
ansible.builtin.pip:
name:
- passlib
changed_when: false
ansible.builtin.apt:
name: python3-passlib
state: present
7 changes: 3 additions & 4 deletions tasks/setup-RedHat-family-prerequisites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
state: present

- name: Install passlib
ansible.builtin.pip:
name:
- passlib
changed_when: false
ansible.builtin.apt:
name: python3-passlib
state: present
9 changes: 9 additions & 0 deletions vars/Ubuntu-24.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
nagios_with_httpd_conf: /etc/apache2/conf-available
default_nagios_apache_packages:
- apache2
- php-gd
- libgd-dev
- libapache2-mod-php
- unzip
default_check_nrpe_package: nagios-nrpe-plugin

0 comments on commit 3935c82

Please sign in to comment.