mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-09 22:41:03 +01:00
Added todo
This commit is contained in:
parent
f9abd2d9be
commit
aa150bfd0b
@ -7,7 +7,7 @@ The system use the following role namings:
|
||||
|
||||
| role prefix | meaning|
|
||||
|---|---|
|
||||
|system-|system changes|
|
||||
|system-|general system roles which apply basic configurations|
|
||||
|native-|applications which run native 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);
|
||||
``
|
||||
|
||||
## 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
|
||||
- https://wiki.archlinux.org/index.php/Ansible
|
||||
|
Loading…
Reference in New Issue
Block a user