Update main.yml

This commit is contained in:
qiaofeng1227 2022-11-01 16:03:04 +08:00 committed by GitHub
parent 718f2df5f2
commit 71e9e53146
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,3 +19,10 @@
shell: |
yum install https://github.com/45Drives/cockpit-navigator/releases/download/v0.5.10/cockpit-navigator-0.5.10-1.el7.noarch.rpm -y
when: ansible_os_family == "Redhat"
- name: Install websoft9's plugins
shell: |
git clone --depth=1 https://github.com/Websoft9/StackHub.git
cp -r StackHub/cockpit/credential /usr/share/cockpit
cp -r StackHub/cockpit/phpmyadmin /usr/share/cockpit
cp -r StackHub/cockpit/nginxproxymanager /usr/share/cockpit