ansible playbook that installs or uninstalls IBM Installation Manager

0 votes
I was looking for ansible playbook that installs or uninstalls IBM Installation Manager. Can somebody please share?

Thanks!
Oct 29, 2019 in Ansible by Hannah
• 18,570 points
1,142 views

1 answer to this question.

0 votes

have a look at this ansible-playbook. It should get your job done.

- name: Install
  ibmim_installer: 
    state: present 
    src: /some/dir/install/
    logdir: /tmp/im_install.log

- name: Uninstall
  ibmim_installer: 
    state: absent
    dest: /opt/IBM/InstallationManager
answered Oct 30, 2019 by Yesha

Related Questions In Ansible

0 votes
2 answers
0 votes
1 answer
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,523 views
+2 votes
1 answer
+1 vote
1 answer
+1 vote
4 answers

Pass variable to ansible playbook through command line

ansible-playbook test.yml --extra-vars "arg1=${var1} arg2=${var2}" Use is like ...READ MORE

answered May 7, 2019 in Ansible by Bobin
13,973 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP