22
0
Fork 0

ajout d'exemple pour des commandes "ansible"

This commit is contained in:
Gregory Colpart 2020-08-28 14:32:56 +02:00
parent 2cc8583108
commit 977a7ef77e
1 changed files with 2 additions and 0 deletions

View File

@ -73,6 +73,8 @@ Quelques exemples de commandes pratiques :
~~~
$ ansible "*" -bK --one-line --forks 42 -m command --args "grep foo /etc/passwd"
$ ansible "*" -bK --one-line --forks 42 -m command --args "lxc-ls" | grep CHANGED
$ ansible stretch -bK --one-line --forks 42 -m command --args "grep -r SFTPEngine /etc/proftpd"
~~~