Ansible Apt Module Tutorial - Complete Beginner's Guide

  Рет қаралды 6,073

Percy Grunwald from TopTechSkills

Percy Grunwald from TopTechSkills

Күн бұрын

Пікірлер: 45
@toptechskills
@toptechskills 7 ай бұрын
G'day everyone, if you're currently learning Ansible and want to see how all these modules fit together to build something useful, please consider checking out my course and letting me know what you think! It's currently in "early access" while I finish off the last chapter, and the first part of the course is free so you can try it out: learn.toptechskills.com/courses/productive-with-ansible. Thanks for all your support and happy coding!
@naveengoparaju2609
@naveengoparaju2609 5 жыл бұрын
Believe me, its one of the greatest video's i have seen so far on ansible No Unnecessary talks, simple, straight and yet reached to a beginner like me Thanks a lot for the video
@toptechskills
@toptechskills 4 жыл бұрын
Thank you for your comment Janatha, very happy that the video was useful for you!
@sf2998
@sf2998 3 жыл бұрын
you have the best Ansible module tutorials!
@toptechskills
@toptechskills 3 жыл бұрын
Thank you, appreciate the compliment!
@sf2998
@sf2998 3 жыл бұрын
Do you still do Ansible related work?
@toptechskills
@toptechskills 3 жыл бұрын
I still use Ansible a lot as part of my current job, although I haven't made any Ansible videos for quite some time because my time has been very limited.
@sf2998
@sf2998 3 жыл бұрын
Do you use Ansible with Kubernetes and helm charts?
@toptechskills
@toptechskills 3 жыл бұрын
I haven't yet, but if I was going to start doing those sorts of operations I would first read Geoff Geerling's "Ansible for Kubernetes" book.
@SP-ty5zw
@SP-ty5zw 4 жыл бұрын
Wow, amazing way of teaching 👍🏻
@toptechskills
@toptechskills 4 жыл бұрын
Thank you Shiva 🙏
@rakeshrao8911
@rakeshrao8911 4 жыл бұрын
Very good, clear and crisp.thanks alot
@toptechskills
@toptechskills 4 жыл бұрын
Thank you for the kind comment, Rakesh Rao 🙏
@rizwankhana312
@rizwankhana312 5 жыл бұрын
Thanks for your detailed videos.
@abdul9910
@abdul9910 4 жыл бұрын
Excellent please share modules on netapp storage I am working on it
@radiantmind1079
@radiantmind1079 5 жыл бұрын
wish i can do more than like ....... great work ... many thanks wish u make another video about apt_key and apt_repository
@toptechskills
@toptechskills 5 жыл бұрын
Hi Radiant Mind, thanks for the kind comments. Hopefully I'll have time to make more videos about the modules in question in future, in the meantime, I wrote some articles about those modules that might be helpful: - www.toptechskills.com/ansible-tutorials-courses/ansible-apt_key-module-tutorial-examples/ - www.toptechskills.com/ansible-tutorials-courses/ansible-apt_repository-module-tutorial-examples/ Thanks again.
@michaeljones9229
@michaeljones9229 2 жыл бұрын
Do you have any information how to use lock_timeout for the apt module?
@toptechskills
@toptechskills 2 жыл бұрын
This is related to apt/dpkg locks, which prevent multiple calls to apt/dpkg from changing system packages at the same time. The `lock_timeout` parameter controls how long the `apt` module will wait to acquire the apt/dpkg lock if the lock is currently taken by another call to apt/dpkg (e.g. another user on the system installing something with `apt`).
@AyushSingh-uj5nl
@AyushSingh-uj5nl 3 жыл бұрын
Hot to install jenkins using ansible can you plz show as it most useful tool now a days ?
@toptechskills
@toptechskills 3 жыл бұрын
Since jenkins is a common tool, I'd suggest looking for an existing role on Ansible Galaxy. I saw that Jeff Geerling has a Jenkins role, it's likely of high quality: galaxy.ansible.com/geerlingguy/jenkins
@mohammadshakir1664
@mohammadshakir1664 4 жыл бұрын
I got Error ansible appgroup -m apt -a "name=nagios-server nagios-plugins" "E:flAbsPath on /var/lib/dpkg/status failed - real path (13: Permission denied), E: Could not open file - open (2: No such file or directory), E: Problem opening, E: The package lists or status file could not be parsed or opened.
@toptechskills
@toptechskills 4 жыл бұрын
This is usually because you need `sudo` to execute the command. Using the `ansible` command you can do this with the `-b` / `--become` option: -b, --become run operations with become (does not imply password prompting)
@tothz68
@tothz68 3 жыл бұрын
What is the editor, that you use for test ?
@toptechskills
@toptechskills 3 жыл бұрын
This is VS Code with the light theme
@karthickbaskar6886
@karthickbaskar6886 5 жыл бұрын
Nice as usual
@chinnapaladugu7245
@chinnapaladugu7245 5 жыл бұрын
It's really good ..can you make it on debug , stat , error handling and block modules it's helps a lot ..thanks in advance
@toptechskills
@toptechskills 5 жыл бұрын
Thank you, I hope to make more in future
@hellxsonlikegod3660
@hellxsonlikegod3660 5 жыл бұрын
Hello!Nice video. Could you do a video about the install app on mac OS via ansible?
@toptechskills
@toptechskills 5 жыл бұрын
Hi, thanks for the comment. I'll try to do a video like that in future. In the meantime, here's a good repo by Jeff Geerling that demonstrates how to manage software on a Mac: github.com/geerlingguy/mac-dev-playbook
@abdullahalnoman9204
@abdullahalnoman9204 4 жыл бұрын
It is possible to install php7.2 without having ppa added beforehand?
@toptechskills
@toptechskills 4 жыл бұрын
Ubuntu 18.04 appears to have the `php7.2` package: packages.ubuntu.com/search?keywords=php7.2, so you should be able to install it directly without onrej's ppa.
@rizwankhana312
@rizwankhana312 5 жыл бұрын
Please put more videos from ansible.
@itaco8066
@itaco8066 4 жыл бұрын
Awesome
@Raj-si5yz
@Raj-si5yz 5 жыл бұрын
What is confg file and host file and where it is located
@toptechskills
@toptechskills 5 жыл бұрын
Hi Ankit, I have a video showing how I set up Ansible for this series of tutorial videos. The video is available here: kzbin.info/www/bejne/mIbElGdpfJdjgLM Hope that answers your question.
@Raj-si5yz
@Raj-si5yz 5 жыл бұрын
@@toptechskills I got little bit,can you explain pls.thnx
@percygrunwald
@percygrunwald 5 жыл бұрын
@@Raj-si5yz the configuration file is the `ansible.cfg` in the root directory (the contents are shown in the video I linked in my previous comment). The host file is the file located at `inventory/hosts` (the contents of this file are also shown in the video linked in my previous comment).
@Raj-si5yz
@Raj-si5yz 5 жыл бұрын
Thnx you so much
Ansible Command Module Tutorial - Complete Beginner's Guide
10:11
Percy Grunwald from TopTechSkills
Рет қаралды 13 М.
Stop using APT
9:56
Chris Titus Tech
Рет қаралды 547 М.
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 120 МЛН
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
36:55
bayGUYS
Рет қаралды 1,9 МЛН
Ansible File Module Tutorial - Complete Beginner's Guide
15:20
Percy Grunwald from TopTechSkills
Рет қаралды 28 М.
Automate EVERYTHING with Ansible! (Ansible for Beginners)
18:31
Techno Tim
Рет қаралды 248 М.
Ansible Yum Module Tutorial - Complete Beginner's Guide
9:47
Percy Grunwald from TopTechSkills
Рет қаралды 8 М.
you need to learn Ansible RIGHT NOW!! (Linux Automation)
21:21
NetworkChuck
Рет қаралды 901 М.
Ansible Copy Module Tutorial - Complete Beginner's Guide
10:42
Percy Grunwald from TopTechSkills
Рет қаралды 18 М.
Ansible Roles - Understanding Ansible Roles
28:57
networknutsdotnet
Рет қаралды 103 М.
Getting Started with Ansible (Part 1)
59:23
Nerd on the Street
Рет қаралды 21 М.
Ansible Shell Module Tutorial - Complete Beginner's Guide
7:50
Percy Grunwald from TopTechSkills
Рет қаралды 24 М.