2025-06-04 12:09:11 +02:00
|
|
|
# Ansible-Config
|
|
|
|
This project aims to be my personal ansible configuration for setup and maintainance of my server
|
|
|
|
and client machines.
|
|
|
|
|
|
|
|
### Setup
|
|
|
|
This is ran on the machines to set themselves up to be in a useable state.
|
|
|
|
Either for Workstations or Servers
|
|
|
|
|
|
|
|
```
|
|
|
|
sudo apt install ansible
|
|
|
|
ansible-pull -o -U https://code.booklordofthe.dev/Booklordofthedings/Ansible-Config
|
|
|
|
```
|
|
|
|
|
|
|
|
### Update
|
|
|
|
Machines being able to keep themselves up to date automatically,
|
|
|
|
currently not supported yet
|