add yum-check
This commit is contained in:
parent
01339f2a2b
commit
f35d64b9e1
@ -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
|
||||
4
main.yml
4
main.yml
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user