radius: step 2 of deployment (WIP)

This commit is contained in:
Yohaï-Eliel BERREBY 2020-05-21 18:06:37 +02:00
parent e2fa1964af
commit 99070ed5ef
8 changed files with 363 additions and 171 deletions

View file

@ -118,3 +118,16 @@ for ip in `cat hosts|grep .adm.auro.re`; do
ssh-copy-id -i ~/.ssh/id_rsa.pub $ip
done
```
### Passage à Ansible 2.10 (release: 30 juillet)
```bash
ansible-galaxy collection install community.general
ansible-galaxy collection install ansible.posix
```
Erreur avec sudo ?
Workaround: `$ export ANSIBLE_BECOME_PASS='<votre mot de passe LDAP>'`
(notez l'espace au début pour ne pas log la commande dans votre historique
shell)