Fabric
De Linuxmemo.
(Différences entre les versions)
(→Commande "fab") |
|||
| Ligne 62 : | Ligne 62 : | ||
version | version | ||
warn_only | warn_only | ||
| + | |||
| + | ===Modèle d’exécution=== | ||
| + | |||
| + | ====Exécution en série==== | ||
| + | |||
| + | ====Exécution en parallèle==== | ||
Version du 1 juillet 2012 à 18:56
http://docs.fabfile.org/en/1.4.2/index.html
Sommaire |
Installation
apt-get install fabric
ou bien
apt-get install python-pip pip install fabric
Commande "fab"
fab -H localhost,linuxbox fonction fab -R role fonction
fab -H localhost -f fabfile.py fonction fab -H localhost -f fabfile.py -l
Fichier de commande: "fabfile"
Variables d’environnement
abort_on_prompts all_hosts always_use_pty combine_stderr command command_prefixes connection_attempts cwd disable_known_hosts exclude_hosts fabfile host_string forward_agent host hosts keepalive key_filename linewise local_user no_agent no_keys parallel password passwords path pool_size port real_fabfile rcfile reject_unknown_hosts roledefs roles shell skip_bad_hosts ssh_config_path sudo_prefix sudo_prompt timeout use_shell use_ssh_config user version warn_only