radius: step 2 of deployment (WIP)
This commit is contained in:
parent
e2fa1964af
commit
99070ed5ef
8 changed files with 363 additions and 171 deletions
13
README.md
13
README.md
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue