Added todo

This commit is contained in:
Kevin Veen-Birkenbach 2021-01-23 08:26:39 +01:00
parent f9abd2d9be
commit aa150bfd0b

View File

@ -7,7 +7,7 @@ The system use the following role namings:
| role prefix | meaning| | role prefix | meaning|
|---|---| |---|---|
|system-|system changes| |system-|general system roles which apply basic configurations|
|native-|applications which run native on the system| |native-|applications which run native on the system|
|docker-|applications which run on docker containers on the system| |docker-|applications which run on docker containers on the system|
@ -24,5 +24,9 @@ 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
## see ## see
- https://wiki.archlinux.org/index.php/Ansible - https://wiki.archlinux.org/index.php/Ansible