summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xansible/stamina-vms.sh (renamed from ansible/exolobe5-vms.sh)0
-rw-r--r--base-image/base-image.yml8
2 files changed, 8 insertions, 0 deletions
diff --git a/ansible/exolobe5-vms.sh b/ansible/stamina-vms.sh
index 1f64ff5..1f64ff5 100755
--- a/ansible/exolobe5-vms.sh
+++ b/ansible/stamina-vms.sh
diff --git a/base-image/base-image.yml b/base-image/base-image.yml
index 3a14b62..84d938f 100644
--- a/base-image/base-image.yml
+++ b/base-image/base-image.yml
@@ -10,7 +10,15 @@
- cloud-init
- openssh-server
- locales-all
+ - sudo
install_recommends: no
+ - copy:
+ content: |
+ debian ALL=(ALL:ALL) NOPASSWD: ALL
+ dest: /etc/sudoers.d/debian
+ owner: root
+ group: root
+ mode: 0600
- shell: |
apt clean
vars: