Commands with shell scripts
1) Ad-Hoc Komut Nedir?
ansible -m ping all ansible -a 'cat /etc/hosts' all
2) Neden Shell Script Oluşturuyoruz?
3) Örnek Shell Script
4) Script’i Nasıl Çalıştırırım?
Yöntem 1: sh ile
sh ileYöntem 2: Doğrudan Yürütülebilir (Executable) Hale Getirme
5) Özet Akış
Last updated