|
|
@ -14,7 +14,8 @@ Supported Distributions: |
|
|
|
apt update |
|
|
|
apt install git ansible -y |
|
|
|
ln -s /usr/bin/python3 /usr/bin/python |
|
|
|
ansible-pull -U https://git.osuv.de/m/server -i inventories/local.ini localhost.yml |
|
|
|
ansible-pull -U https://git.osuv.de/m/server -i inventories/local.ini localhost.yml \ |
|
|
|
--extra-vars='{"USER": "user", "PASSWORD": "password"}' |
|
|
|
``` |
|
|
|
|
|
|
|
### Archlinux |
|
|
|