Install snap

0 votes

I am automating Canonical Kubernetes installation with Ansible. The installation process required snap to be present on the host. How do I install snap?

Feb 1, 2019 in Ansible by Nisha
505 views

1 answer to this question.

0 votes

There is no snap module for ansible yet. A snap module has been merged into git master version of Ansible as of October 2018. The earliest it will land in stable will be version 2.8

 You can install snap packages by using the command module.

- name: install heroku cli via snap
  command: snap install heroku --classic
answered Feb 1, 2019 by Anisha

Related Questions In Ansible

0 votes
1 answer

Install snap for Kubernetes cluster automation

Hey @Mohit, there is no snap module ...READ MORE

answered Jan 22, 2019 in Ansible by Veronica
521 views
0 votes
1 answer

Unable to install Ansible on centOS

Seems like you're stuck at creating ansible ...READ MORE

answered Dec 20, 2018 in Ansible by Alan
544 views
0 votes
1 answer

Install Ansible on centOS

Hey @Ali, Installing Ansible is a piece ...READ MORE

answered Jan 8, 2019 in Ansible by Kiara
440 views
0 votes
1 answer

Install multiple roles - Ansible

You'll need a requirements.yaml file which will ...READ MORE

answered Jan 10, 2019 in Ansible by Rishi
1,881 views
+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,535 views
+2 votes
1 answer
0 votes
1 answer

Install Ansible on Hp UX

Hey @Diana, You cannot use HP -UX as ...READ MORE

answered Jan 10, 2019 in Ansible by Niks
1,279 views
0 votes
2 answers

How do i install Ansible using virtualenv

Adding to @Mohit's answer,  For CentOS and RHEL: sudo ...READ MORE

answered Jan 10, 2019 in Ansible by Dikinson
5,216 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