This commit is contained in:
2024-10-08 06:41:47 +02:00
parent 1ef33c16af
commit 7300938372
103 changed files with 619 additions and 198 deletions

View File

@@ -11,7 +11,6 @@ fi
echo "Setting up $MACHINE_NAME"
ansible-playbook -i inventory.yml playbooks/setup.yml \
--connection=local \
--extra-vars "ansible_python_interpreter=$(which python)" \
--inventory "$MACHINE_NAME," \
--limit "$MACHINE_NAME" \