Simple automation for all your Linux servers with Ansible

Simple automation for all your Linux servers with Ansible

Christian Lempa

3 года назад

68,198 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Krzysztof Małysiak
Krzysztof Małysiak - 02.10.2023 01:09

good starting point for ansible, short and informative; thumbs up!

Ответить
cyberdyne981
cyberdyne981 - 08.09.2023 19:19

@christianlempa - I very much appreciate all the effort you put into your videos, including the extra work of time and chapter indexes! Danke schön 😀

Ответить
MrHanSoL0
MrHanSoL0 - 06.09.2023 08:08

Excellent!! Just what I was looking for! You helped me tremendously with clarifying on using the ansible.cfg and inventory files correctly. Thank you for sharing 🙏 I forgot I had seen this and had to revert back 😁

Ответить
marco digits
marco digits - 26.06.2023 09:17

I find it kinda funny to see old fashion ordner maps behind Christian.

Ответить
Jason Masson
Jason Masson - 23.06.2023 05:55

What is the terminal being used in this video? Reminds me of the kali Linux terminal

Ответить
Isosceles Kramer
Isosceles Kramer - 14.06.2023 11:19

Never, ever, EVER allow sudo access without a password - if any bad actors gain access to your machine, then they will have access to the entire thing and not just user files.

Keep your sudo passwords in a yaml file (key-value pairs) that is encrypted with ansible-vault, then include that secrets file in the vars_files array at the top level of the playbook hierarchy, then create a task (set fact) to import those sudo passwords into the ansible_become_pass variable per host. Only add become: true to individual tasks and not the playbook as a whole.

Ответить
THE cOnFUsED CHANNEL
THE cOnFUsED CHANNEL - 07.04.2023 19:46

Thanks for this. Have you figured out without using NOPASSWD for sudo? Also can you pass password with Ansible vault for sudo?

Ответить
sire kibe
sire kibe - 20.03.2023 11:34

how to get those nodes ips ? like, from where & how do we get the nodes ?

Ответить
Alpa Chino
Alpa Chino - 04.03.2023 15:29

Can Ansible return output as JSON?

Ответить
syed
syed - 19.01.2023 20:44

Can you show how to automate Oracle database patch on Linux server using Ansible....please

Ответить
Mori Kuldip
Mori Kuldip - 20.12.2022 11:55

please create a video playbook for installing ansible for install adminer in targeted server.

Ответить
Carlos Alonso Souza
Carlos Alonso Souza - 17.11.2022 12:02

As always, gret video ! Thanks. Git hub subscriber now ^^ cheers

Ответить
BlurryBit
BlurryBit - 11.09.2022 21:33

Wow man that's a no crap goldmine! Thank you, enjoying the video quite a lot, and I have what I was searching for for the last 3 hours!! :p

Ответить
hawwestin
hawwestin - 11.09.2022 18:55

With version 2.10.7 even ping does not work so this tutorial is obsolete by now.
It always use user upon which you execute ansible command and if this user is not available on target host it will fail on ssh connection. Inventory variables like ansible_user=root does not work now....
I'm searching for solution but all YT tutorials use the same practice to authorize.

Ответить
John Schelstrate
John Schelstrate - 05.08.2022 18:57

Very helpful tutorial to get started. Thank you!

Ответить
sanath S
sanath S - 08.07.2022 17:40

Hi bro, i wanna write ansible playbook that performs ssh login into remote hosts and then checks for sudo access, please help me

Ответить
Wekiwa
Wekiwa - 10.06.2022 21:18

Very informative Christian! So many dont provide the details on real world Ansible setup for many servers with different passwords. Thank You from Texas US!

Ответить
Bahija AMEJRAR
Bahija AMEJRAR - 08.06.2022 20:08

Pliiz show the result of playbook in the hosts

Ответить
Samrat Mukherjee
Samrat Mukherjee - 24.05.2022 22:32

make same on dockers nice video last part was little fast but good

Ответить
Samrat Mukherjee
Samrat Mukherjee - 24.05.2022 22:16

beautiful nothing else

Ответить