First commit, at K18-2 Control Center.
This commit is contained in:
11
roles/tsg_master/tasks/main.yml
Normal file
11
roles/tsg_master/tasks/main.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
- name: "copy tsg_master rpm to destination server"
|
||||
copy:
|
||||
src: "{{ role_path }}/files/"
|
||||
dest: /tmp/ansible_deploy/
|
||||
|
||||
- name: "install tsg_master from localhost"
|
||||
yum:
|
||||
name:
|
||||
- /tmp/ansible_deploy/tsg_master-3.3.4.d27a197-2.el7.x86_64.rpm
|
||||
state: present
|
||||
skip_broken: yes
|
||||
Reference in New Issue
Block a user