]> git.phdru.name Git - ansible.git/blobdiff - playbooks/debian-init-system.sh
Feat(apache): Install and configure Apache; add a virtual host
[ansible.git] / playbooks / debian-init-system.sh
index 8089e1d905b19da22b99d124a06a34a9da40cb2d..1d4e537aa548298e2e704bcdac714c0f7c6abebf 100755 (executable)
@@ -1,6 +1,8 @@
 #! /bin/sh
 
+cd "`dirname \"$0\"`" &&
+
 # Passwordless access isn't configured yet; use `ssh` connection sharing.
 # `sudo` isn't configured yet too; use `su` and ask for root password.
-exec ansible-playbook debian-init-system.yml debian-init-user-phd.yml \
-   "$@" --become-method=su -Kv
+ansible-playbook debian/init-system.yml "$@" --become-method=su -K &&
+exec ansible-playbook debian/init-system2.yml "$@"