mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-13 00:11:05 +01:00
Removed unnecessary text
This commit is contained in:
parent
08611e7f6c
commit
542372672d
@ -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);
|
||||
``
|
||||
|
||||
## 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
|
||||
- https://wiki.archlinux.org/index.php/Ansible
|
||||
|
Loading…
Reference in New Issue
Block a user