add yum-check

This commit is contained in:
Gilles Mouchet 2024-06-09 18:43:04 +02:00
parent 01339f2a2b
commit f35d64b9e1
3 changed files with 12 additions and 2 deletions

View File

@ -1,2 +1,5 @@
ansible-galaxy install -f -r roles/requirements.yml
cd install-rapsberry
cd ;rm -rf install-rapsberry/;git clone https://gitweb.dyndns.org/raspberry/install-rapsberry.git;cd install-rapsberry;git checkout dev;./inst-raps.sh

View File

@ -16,6 +16,10 @@
import_role:
name: role-postfix
- name: import yum-check role
import_role:
name: role-yum-check
# - name: import netdata role
# import_role:
# name: role-netdata

View File

@ -2,9 +2,12 @@
- name: role-postfix
src: git+https://gitweb.dyndns.org/awx/role-postfix.git
- name: role-netdata
src: git+https://gitweb.dyndns.org/awx/role_netdata.git
- name: role-yum-check
src: git+https://gitweb.dyndns.org/scripts/yum-check.git
- name: role-apache
src: git+https://gitweb.dyndns.org/awx/role-apache.git
- name: role-netdata
src: git+https://gitweb.dyndns.org/awx/role_netdata.git