This commit is contained in:
parent
9d73c3b84e
commit
4d45e3a7cb
@ -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
|
||||
|
16
README.md
16
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user