clean up
This commit is contained in:
28
README.md
28
README.md
@@ -26,9 +26,6 @@ The server itself is on its own vlan (Vlan: homesrv) but requires communication
|
||||
- [Operating System](#operating-system)
|
||||
- [Development, Maintenance and Deployment](#development-maintenance-and-deployment)
|
||||
- [Docker context](#docker-context)
|
||||
- [Ansible roles](#ansible-roles)
|
||||
- [myInfra.dev.homesrv01.core](#myinfradevhomesrv01core)
|
||||
- [myInfra.dev.homesrv01](#myinfradevhomesrv01)
|
||||
- [docker](#docker)
|
||||
- [rclone plugin](#rclone-plugin)
|
||||
|
||||
@@ -194,31 +191,6 @@ Using visual studio code, docker, ansible and gitea actions.
|
||||
docker context create homesrv01 --docker host=ssh://admin@homesrv01.dev.lan
|
||||
```
|
||||
|
||||
## Ansible roles
|
||||
|
||||
### myInfra.dev.homesrv01.core
|
||||
|
||||
- ssh server
|
||||
- admin user
|
||||
- git package
|
||||
- curl package
|
||||
|
||||
```bash
|
||||
#execute local
|
||||
sudo ansible-playbook --connection=local --inventory 127.0.0.1, --limit 127.0.0.1 ansible/core.yml
|
||||
```
|
||||
|
||||
### myInfra.dev.homesrv01
|
||||
|
||||
[Requires myInfra stack](#myinfra-stack).
|
||||
|
||||
- daily auto update script
|
||||
|
||||
```bash
|
||||
#execute local
|
||||
sudo ansible-playbook --connection=local --inventory 127.0.0.1, --limit 127.0.0.1 ansible/site.yml
|
||||
```
|
||||
|
||||
```bash
|
||||
# check auto update scripts logs
|
||||
journalctl -r -t auto-update
|
||||
|
||||
Reference in New Issue
Block a user