Skip to content
Snippets Groups Projects
Verified Commit 4322f77e authored by me5na7qbjqbrp's avatar me5na7qbjqbrp
Browse files

How to shebang

parent 5504fc39
No related branches found
No related tags found
No related merge requests found
......@@ -101,13 +101,13 @@ Il faut sa clé SSH configurée sur le serveur que l'on déploit.
ssh-copy-id zamok.adm.crans.org
```
### Lancer Ansible
### Lancer un Playbook Ansible
Il faut `python3-netaddr` sur sa machine.
Pour tester le playbook `base.yml` :
```bash
ansible-playbook base.yml --check
./base.yml --check
```
Vous pouvez ensuite enlever `--check` si vous voulez appliquer les changements !
......@@ -115,5 +115,5 @@ Vous pouvez ensuite enlever `--check` si vous voulez appliquer les changements !
Vous pouvez aussi avoir un mode étape par étape avec `--step`.
Si vous avez des soucis de fingerprint ECDSA, vous pouvez ignorer une
première fois (dangereux !) : `ANSIBLE_HOST_KEY_CHECKING=0 ansible-playbook...`.
première fois (dangereux !) : `ANSIBLE_HOST_KEY_CHECKING=0 ./...`.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment