summaryrefslogtreecommitdiff
path: root/ansible/contractor-dev.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/contractor-dev.yml')
-rw-r--r--ansible/contractor-dev.yml48
1 files changed, 0 insertions, 48 deletions
diff --git a/ansible/contractor-dev.yml b/ansible/contractor-dev.yml
deleted file mode 100644
index 0ef3722..0000000
--- a/ansible/contractor-dev.yml
+++ /dev/null
@@ -1,48 +0,0 @@
-- hosts: contractor-dev
- remote_user: root
- roles:
- - role: sane_debian_system
- tags: [sane]
- - comfortable-debian-system
- - unix_users
- - version-controller
- - vmhost
- tasks:
- - user:
- name: liw
- groups:
- - kvm
- - libvirt
- - apt:
- name:
- - black
- - vmdb2
- - subplot
- - shell: |
- virsh net-autostart default
- virsh net-start default || true
- - user:
- name: liw
- groups: [liw, kvm]
- - copy:
- content: |
- {{ liw_personal_ssh_pub }}
- dest: /home/liw/.ssh/liw-openpgp.pub
- owner: liw
- group: liw
- mode: 0600
-
- vars:
- sane_debian_system_version: 2
- sane_debian_system_hostname: contractor-dev
- sane_debian_system_codename: buster
-
- unix_users_version: 2
- unix_users:
- - username: liw
- comment: Lars Wirzenius
- sudo: yes
-
- sources_lists:
- - repo: deb http://ci-prod-controller.vm.liw.fi/debian unstable-ci main
- signing_key: "{{ ci_prod_signing_key }}"