diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index b0fcad4..0f67967 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: uses: dawidd6/action-ansible-playbook@v2 with: playbook: playbooks/main.yml - requirements: requirements.yml + requirements: site.yml options: | --inventory inventory - name: Send failure notification diff --git a/README.md b/README.md index ffa265b..049c7f3 100644 --- a/README.md +++ b/README.md @@ -51,24 +51,10 @@ ansible all -m ping --key-file ~/.ssh/ansible ## Personnalisation -Le fichier .env pour les variable d'environnement -~~~bash - nano .env -~~~ - -Modification des labels pour traefik -~~~bash - nano docker-compose.yml -~~~ - ## Lancement ~~~bash - docker compose up -d -~~~ - -~~~bash - docker compose logs -f + ./ansible-playbook site.yml --key-file ~/.ssh/id_rsa ~~~ # Buy me a coffe