diff options
| author | jerome <jerome@xlinfo.fr> | 2025-08-19 19:57:02 +0200 |
|---|---|---|
| committer | jerome <jerome@xlinfo.fr> | 2025-08-19 19:57:02 +0200 |
| commit | 59b67e27b770c9e51575ca83174da4b72aefcc51 (patch) | |
| tree | 5c86ec379730699f93ce09a0e7ae41faff2fccb9 /final/local_script | |
| parent | f3ebe3bf33d6812623226c256486885480303bf5 (diff) | |
| download | incus-59b67e27b770c9e51575ca83174da4b72aefcc51.tar.gz incus-59b67e27b770c9e51575ca83174da4b72aefcc51.zip | |
local_script
Diffstat (limited to 'final/local_script')
| -rwxr-xr-x | final/local_script | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/final/local_script b/final/local_script index 14b6121..8040bb9 100755 --- a/final/local_script +++ b/final/local_script @@ -1,8 +1,9 @@ #!/bin/bash -ssh-keygen -f ~/.ssh/known_hosts -R $1 +#ssh-keygen -f ~/.ssh/known_hosts -R $1 # on attend que cloud-init ait fini d'installer le serveur SSH -while ! ssh-keyscan -H $1 >> ~/.ssh/known_hosts; do - sleep 1 -done -ansible -u ansible --become -i "$1," -m ping all +#while ! ssh-keyscan -H $1 >> ~/.ssh/known_hosts; do +# sleep 1 +#done +#ansible -u ansible --become -i "$1," -m ping all +sed -i "/$2/d" hosts echo $2 ansible_host=$1 ansible_user=ansible ansible_become=true >> hosts |
