rudimental fixes, still failing though
This commit is contained in:
parent
fad4bdb191
commit
c63e9d9538
3 changed files with 7 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
pip: name={{mwu_m_item}} executable=pip3
|
||||
with_items:
|
||||
- py-cpuinfo
|
||||
- photon_core
|
||||
# - photon_core
|
||||
loop_control:
|
||||
loop_var: mwu_m_item
|
||||
become: True
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
- name: ensure needed system users are present
|
||||
user: name=admin comment="Freifunk MWU Admin" shell=/bin/bash state=present
|
||||
become: True
|
||||
|
||||
- name: ensure all wanted ssh keys exclusively
|
||||
authorized_key: exclusive=True state=present user=admin
|
||||
|
@ -33,7 +34,9 @@
|
|||
|
||||
- name: ensure vim is default editor
|
||||
alternatives: name=editor path=/usr/bin/vim.basic
|
||||
become: True
|
||||
|
||||
# enable with ansible version 2.2
|
||||
#- name: set timezone to Europe/Berlin
|
||||
# timezone: name=Europe/Berlin
|
||||
- name: set timezone to Europe/Berlin
|
||||
timezone: name=Europe/Berlin
|
||||
become: True
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
</disk>
|
||||
|
||||
<disk type='file' device='cdrom'>
|
||||
<source file='{{ vm_path }}/debian-8.5.0-amd64-i386-{{ inventory_hostname }}.iso'/>
|
||||
<source file='{{ vm_path }}/debian-8.6.0-amd64-i386-{{ inventory_hostname }}.iso'/>
|
||||
<target dev='hdc' bus='ide'/>
|
||||
</disk>
|
||||
|
||||
|
|
Loading…
Reference in a new issue