From fdc7c531142c4c200a0d1055b4582210ad298c25 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 16 Jul 2019 02:26:19 +0300 Subject: [PATCH] Feat(debian-init-system): Add a script to run the playbook --- playbooks/debian-init-system.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 playbooks/debian-init-system.sh diff --git a/playbooks/debian-init-system.sh b/playbooks/debian-init-system.sh new file mode 100755 index 0000000..8089e1d --- /dev/null +++ b/playbooks/debian-init-system.sh @@ -0,0 +1,6 @@ +#! /bin/sh + +# 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 -- 2.39.5