Nombre total de pages vues
jeudi 4 août 2016
Debian 8 : Afficher la sequence de démarrage | Enable verbose startup system
Par défaut Debian 8 ne montre pas les services démarrés au Boot du système, cela peut être gênant
si vous essayer de configurer un script qui ne démarrage pas.
Avec ce mode, vous pouvez de voir ce qui ce passe !
By default Debian 8 does not show the services started at boot system, it can be annoying if you try to configure a script that does not start.
In this mode, you can see what happens!
Installer Ansible 2.0 sous Debian 8 | How To install Ansible 2.0 Debian 8 Jessie
Voici une façon rapide d'installer Ansible 2.0 via les sources Tarball (tar.gz)
Here is a quick method of installing Ansible 2.0 source tarball (tar.gz)
Prérequis être root ou avoir les droits root.
Prerequisites be root or have root privileges.
# apt-get update && apt -y install python-pip python-dev build-essential libssl-dev libffi-dev sudo
# pip install PyYAML && pip install jinja2 && pip install --upgrade setuptools
# pip install paramiko --upgrade && pip install --upgrade pyasn1
*** Download Ansible
# cd /tmp/
# wget http://releases.ansible.com/ansible/ansible-2.0.0.0.tar.gz
# tar xzfv ansible-2.0.0.0.tar.gz
cd ansible-2.0.0.0 && make && make install
*** TEST ANSIBLE
# ansible localhost -m ping
localhost | SUCCESS => {
"changed": false,
"ping": "pong"
}
# ansible --version
ansible 2.0.0.0
config file =
configured module search path = Default w/o overrides
Inscription à :
Articles (Atom)