Änderungen

Zur Navigation springen Zur Suche springen
276 Bytes hinzugefügt ,  08:51, 3. Okt. 2019
Zeile 131: Zeile 131:  
Will man das Kommando als root ausführen, setzt man <code>--become</code> hinzu:
 
Will man das Kommando als root ausführen, setzt man <code>--become</code> hinzu:
 
   ansible pia2016 --become -m command -a "whoami"
 
   ansible pia2016 --become -m command -a "whoami"
 +
 +
Das hier verwendete Modul command nutzt jedoch nicht die Shell-Erweiterungen. Dafür müsste man das Modul <code>shell</code> nennen.
 +
 +
==== Debug-Hilfe ====
 +
 +
Das Modul "Debug" kann Hilfsausgaben erzeugen. Beispiel:
 +
  ansible blacky  -m debug -a 'msg="{{ansible_ssh_user}}"'
    
=== Playbooks ===
 
=== Playbooks ===

Navigationsmenü