This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
lilik_playbook
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
switch to stretch as default image
python3
Edoardo Putti
8 years ago
parent
a52857dd67
commit
57c3b7fc40
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
roles/lxc_guest/defaults/main.yaml
+1
-1
roles/lxc_guest/tasks/main.yaml
+ 1
- 1
roles/lxc_guest/defaults/main.yaml
View File
@ -1,5 +1,5 @@
---
auto_start
:
true
container_state
:
started
distro
:
jessie
distro
:
stretch
vm_size
:
5G
+ 1
- 1
roles/lxc_guest/tasks/main.yaml
View File
@ -11,7 +11,7 @@
-
name
:
Check debian release
assert:
that
:
distro in [ '
wheezy', 'jessie', 'stretch', 'sid',
]
that
:
distro in [ '
stretch', 'sid', 'buster'
]
msg
:
"release {{ distro }} not supported by debian template"
-
block:
Write
Preview
Loading…
Cancel
Save