You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Alexandre Iooss 32aa3121ec Add roles as submodules 6 years ago
group_vars Initial commit 6 years ago
roles Add roles as submodules 6 years ago
.gitignore Initial commit 6 years ago
.gitmodules Add roles as submodules 6 years ago
README.md Add roles as submodules 6 years ago
base.yml Initial commit 6 years ago
hosts Initial commit 6 years ago
ldap.yml Initial commit 6 years ago

README.md

Playbook et rôles Ansible d'Aurore

Pour cloner ce projet :

git clone --recursive git@gitlab.federez.net:erdnaxe/ansible-role-ldap-client.git

Exécution d'un playbook

ansible-playbook --ask-vault-pass -K -i hosts base.yml

FAQ

Automatiquement ajouter fingerprint ECDSA (dangereux !)

Il faut changer la variable d'environnement suivante : ANSIBLE_HOST_KEY_CHECKING=0.

Configurer la connexion au bastion

Dans la configuration SSH :

# Keep session alive only for bastion
Host proxy.auro.re
    ControlMaster auto
    ControlPath ~/.ssh/%r@%h:%p

Host *.auro.re 10.128.0.*
    IdentityFile ~/.ssh/id_rsa_aurore
    ForwardAgent yes