新增fw业务层rpm包,新增解析成rpm包,修改roles/kni/tasks/main.yml,修改roles/kni/templates/conflist.inf.j2
This commit is contained in:
BIN
roles/kni/files/dns-debug-1.0.0.-1.el7.x86_64.rpm
Normal file
BIN
roles/kni/files/dns-debug-1.0.0.-1.el7.x86_64.rpm
Normal file
Binary file not shown.
BIN
roles/kni/files/ftp-debug-1.0.0.-1.el7.x86_64.rpm
Normal file
BIN
roles/kni/files/ftp-debug-1.0.0.-1.el7.x86_64.rpm
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
roles/kni/files/http-debug-1.0.0.-1.el7.x86_64.rpm
Normal file
BIN
roles/kni/files/http-debug-1.0.0.-1.el7.x86_64.rpm
Normal file
Binary file not shown.
BIN
roles/kni/files/kni-3.0.0.b87af9b-1.el7.x86_64.rpm
Normal file
BIN
roles/kni/files/kni-3.0.0.b87af9b-1.el7.x86_64.rpm
Normal file
Binary file not shown.
BIN
roles/kni/files/kni-debuginfo-3.0.0.b87af9b-1.el7.x86_64.rpm
Normal file
BIN
roles/kni/files/kni-debuginfo-3.0.0.b87af9b-1.el7.x86_64.rpm
Normal file
Binary file not shown.
BIN
roles/kni/files/mail-debug-1.0.0.-1.el7.x86_64.rpm
Normal file
BIN
roles/kni/files/mail-debug-1.0.0.-1.el7.x86_64.rpm
Normal file
Binary file not shown.
BIN
roles/kni/files/ssl-debug-1.0.0.-1.el7.x86_64.rpm
Normal file
BIN
roles/kni/files/ssl-debug-1.0.0.-1.el7.x86_64.rpm
Normal file
Binary file not shown.
Binary file not shown.
@@ -15,3 +15,79 @@
|
|||||||
src: "{{ role_path }}/templates/kni.conf.j2"
|
src: "{{ role_path }}/templates/kni.conf.j2"
|
||||||
dest: /home/mesasoft/sapp_run/etc/kni/kni.conf
|
dest: /home/mesasoft/sapp_run/etc/kni/kni.conf
|
||||||
tags: template
|
tags: template
|
||||||
|
|
||||||
|
- name: "install dns-debug rpms from localhost"
|
||||||
|
yum:
|
||||||
|
name:
|
||||||
|
- /tmp/ansible_deploy/dns-debug-1.0.0.-1.el7.x86_64.rpm
|
||||||
|
state: present
|
||||||
|
when: install_dns_debug == "yes"
|
||||||
|
|
||||||
|
- name: "install ftp-debug rpms from localhost"
|
||||||
|
yum:
|
||||||
|
name:
|
||||||
|
- /tmp/ansible_deploy/ftp-debug-1.0.0.-1.el7.x86_64.rpm
|
||||||
|
state: present
|
||||||
|
when: install_ftp_debug == "yes"
|
||||||
|
|
||||||
|
- name: "install http-debug rpms from localhost"
|
||||||
|
yum:
|
||||||
|
name:
|
||||||
|
- /tmp/ansible_deploy/http-debug-1.0.0.-1.el7.x86_64.rpm
|
||||||
|
state: present
|
||||||
|
when: install_http_debug == "yes"
|
||||||
|
|
||||||
|
- name: "install mail-debug rpms from localhost"
|
||||||
|
yum:
|
||||||
|
name:
|
||||||
|
- /tmp/ansible_deploy/mail-debug-1.0.0.-1.el7.x86_64.rpm
|
||||||
|
state: present
|
||||||
|
when: install_mail_debug == "yes"
|
||||||
|
|
||||||
|
- name: "install ssl-debug rpms from localhost"
|
||||||
|
yum:
|
||||||
|
name:
|
||||||
|
- /tmp/ansible_deploy/ssl-debug-1.0.0.-1.el7.x86_64.rpm
|
||||||
|
state: present
|
||||||
|
when: install_ssl_debug == "yes"
|
||||||
|
|
||||||
|
- name: "install fw_dns_plug-debug rpms from localhost"
|
||||||
|
yum:
|
||||||
|
name:
|
||||||
|
- /tmp/ansible_deploy/fw_dns_plug-debug-1.0.2.1c9d36d-1.el7.centos.x86_64.rpm
|
||||||
|
state: present
|
||||||
|
when: install_fw_dns_plug_debug == "yes"
|
||||||
|
|
||||||
|
- name: "install fw_ftp_plug-debug rpms from localhost"
|
||||||
|
yum:
|
||||||
|
name:
|
||||||
|
- /tmp/ansible_deploy/fw_ftp_plug-debug-1.0.0.bd656e4-1.el7.centos.x86_64.rpm
|
||||||
|
state: present
|
||||||
|
when: install_fw_ftp_plug_debug == "yes"
|
||||||
|
|
||||||
|
- name: "install fw_http_plug-debug rpms from localhost"
|
||||||
|
yum:
|
||||||
|
name:
|
||||||
|
- /tmp/ansible_deploy/fw_http_plug-debug-1.0.2.f307503-1.el7.centos.x86_64.rpm
|
||||||
|
state: present
|
||||||
|
when: install_fw_http_plug_debug == "yes"
|
||||||
|
|
||||||
|
- name: "install fw_mail_plug-debug rpms from localhost"
|
||||||
|
yum:
|
||||||
|
name:
|
||||||
|
- /tmp/ansible_deploy/fw_mail_plug-debug-1.0.1.8792ed8-1.el7.centos.x86_64.rpm
|
||||||
|
state: present
|
||||||
|
when: install_fw_mail_plug_debug == "yes"
|
||||||
|
|
||||||
|
- name: "install tsg-master rpms from localhost"
|
||||||
|
yum:
|
||||||
|
name:
|
||||||
|
- /tmp/ansible_deploy/tsg_master-debug-1.0.1.f624b67-1.el7.centos.x86_64.rpm
|
||||||
|
state: present
|
||||||
|
when: install_tsg_master == "yes"
|
||||||
|
|
||||||
|
- name: "enable sapp"
|
||||||
|
systemd:
|
||||||
|
name: sapp
|
||||||
|
enabled: yes
|
||||||
|
daemon_reload: yes
|
||||||
|
|||||||
Reference in New Issue
Block a user