This commit is contained in:
parent
9d73c3b84e
commit
4d45e3a7cb
@ -17,7 +17,7 @@ jobs:
|
|||||||
uses: dawidd6/action-ansible-playbook@v2
|
uses: dawidd6/action-ansible-playbook@v2
|
||||||
with:
|
with:
|
||||||
playbook: playbooks/main.yml
|
playbook: playbooks/main.yml
|
||||||
requirements: requirements.yml
|
requirements: site.yml
|
||||||
options: |
|
options: |
|
||||||
--inventory inventory
|
--inventory inventory
|
||||||
- name: Send failure notification
|
- name: Send failure notification
|
||||||
|
16
README.md
16
README.md
@ -51,24 +51,10 @@ ansible all -m ping --key-file ~/.ssh/ansible
|
|||||||
|
|
||||||
## Personnalisation
|
## Personnalisation
|
||||||
|
|
||||||
Le fichier .env pour les variable d'environnement
|
|
||||||
~~~bash
|
|
||||||
nano .env
|
|
||||||
~~~
|
|
||||||
|
|
||||||
Modification des labels pour traefik
|
|
||||||
~~~bash
|
|
||||||
nano docker-compose.yml
|
|
||||||
~~~
|
|
||||||
|
|
||||||
## Lancement
|
## Lancement
|
||||||
|
|
||||||
~~~bash
|
~~~bash
|
||||||
docker compose up -d
|
./ansible-playbook site.yml --key-file ~/.ssh/id_rsa
|
||||||
~~~
|
|
||||||
|
|
||||||
~~~bash
|
|
||||||
docker compose logs -f
|
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
# Buy me a coffe
|
# Buy me a coffe
|
||||||
|
Loading…
x
Reference in New Issue
Block a user