mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-22 12:41:05 +01:00
Removed unnecessary text
This commit is contained in:
parent
4cadbce005
commit
08797d202d
@ -24,10 +24,5 @@ ansible-playbook -i ~/your-inventories/inventorie/hosts site.yml
|
|||||||
docker stop $(docker ps -aq); docker rm $(docker ps -aq); docker volume rm $(docker volume ls -q);
|
docker stop $(docker ps -aq); docker rm $(docker ps -aq); docker volume rm $(docker volume ls -q);
|
||||||
``
|
``
|
||||||
|
|
||||||
## todo
|
|
||||||
- Use docker-compose.yml files instead of the ansible inbuild docker-compose for more flexibility
|
|
||||||
- Implement https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-docker
|
|
||||||
- Refactor https://stackoverflow.com/questions/44784103/where-should-i-put-docker-compose-yml
|
|
||||||
|
|
||||||
## see
|
## see
|
||||||
- https://wiki.archlinux.org/index.php/Ansible
|
- https://wiki.archlinux.org/index.php/Ansible
|
||||||
|
Loading…
Reference in New Issue
Block a user