summaryrefslogtreecommitdiff
path: root/ansible/roadmap-dev.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-11-07 09:07:56 +0200
committerLars Wirzenius <liw@liw.fi>2021-11-07 09:07:56 +0200
commit97d24d49d9688fc3aa6d4d2ae278cb50d95a8b2b (patch)
tree9ac2f6be037dbc46bf43c85852dd78d39f0d614d /ansible/roadmap-dev.yml
parentd7f581bb66ac8ad13b97b9128b3b3bd48e66862f (diff)
downloadansibleness-97d24d49d9688fc3aa6d4d2ae278cb50d95a8b2b.tar.gz
roadmap-dev: add playbook
Sponsored-by: author
Diffstat (limited to 'ansible/roadmap-dev.yml')
-rw-r--r--ansible/roadmap-dev.yml46
1 files changed, 46 insertions, 0 deletions
diff --git a/ansible/roadmap-dev.yml b/ansible/roadmap-dev.yml
new file mode 100644
index 0000000..e19e17d
--- /dev/null
+++ b/ansible/roadmap-dev.yml
@@ -0,0 +1,46 @@
+- hosts: roadmap-dev
+ remote_user: debian
+ become: yes
+ roles:
+ - role: sane_debian_system
+ tags: [sane]
+ - role: comfortable-debian-system
+ tags: [comfy]
+ - role: unix_users
+ tags: [users]
+ - role: version-controller
+ tags: [vacs]
+ - role: liw
+ tags: [liw]
+ - role: rust-rustup
+ tags: [rustup]
+ tasks:
+ - apt:
+ name:
+ - debhelper
+ - build-essential
+ - dh-cargo
+ - git
+ - moreutils
+ - python3
+ - python3-requests
+ - python3-yaml
+ vars:
+ ansible_python_interpreter: python3
+
+ sane_debian_system_version: 2
+ sane_debian_system_hostname: ewww-dev
+ sane_debian_system_codename: bullseye
+
+ timezone: Europe/Helsinki
+
+ unix_users_version: 2
+ unix_users:
+ - username: debian
+ authorized_keys: |
+ {{ liw_personal_ssh_pub }}
+ - username: liw
+ comment: Lars Wirzenius
+ sudo: yes
+ authorized_keys: |
+ {{ liw_personal_ssh_pub }}