mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-30 15:28:12 +02:00
initial cleanup server-manager
This commit is contained in:
24
README.md
Normal file
24
README.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# Server-Manager
|
||||
## Description
|
||||
Ansible script to manage servers.
|
||||
|
||||
## Setup
|
||||
To use this script execute:
|
||||
``bash
|
||||
ansible-galaxy install kewlfft.aur
|
||||
``
|
||||
|
||||
## Update
|
||||
``bash
|
||||
ansible-playbook -i hosts site.yml
|
||||
``
|
||||
|
||||
## Debug
|
||||
### Cleanup docker
|
||||
``bash
|
||||
docker stop $(docker ps -aq); docker rm $(docker ps -aq); docker volume rm $(docker volume ls -q);
|
||||
``
|
||||
|
||||
## topdo
|
||||
- implement smtp
|
||||
- implement administrator mail
|
Reference in New Issue
Block a user