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
Playbooks to a new Lilik
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
376
Commits
12
Branches
967 KiB
Tree:
83bc4f13cb
letsencrypt-seafile
logger
mail
master
nginx-letsencrypt
phabricator
pull/1/master
pydio
python3
services
static_group_user_dovecot
update_ca_key
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '83bc4f13cb'
${ noResults }
lilik_playbook
/
roles
/
lxc_guest
/
templates
/
resolv.conf.j2
2 lines
84 B
Raw
Normal View
History
roles/lxc_guest: minor refactoring using {{ domain }} instead of hardcoder lilik.it in resolv.conf.
5 years ago
roles/lxc_guest: improved syntax and upgrades Debian version upgraded to buster. New templates compatibile with stable versions of LXC provided with debian. Cleaner syntax using `ssh_lxc.py` connection plugin. Now we don't user `lxc-attach -n ...` in the `shell` module on the host anymore, but we delegate to `{{ vm_name }}` with `connection: ssh_lxc`, using suitable Ansible module to do operation directly on the container before it is online and SSH accessible. We added an option to force an LVM VG name: if the default naming convention is not used the vg name can be overriden with the `vg_name` variable. The `xfs` filesystem seems to be broken in this release, so we used `ext4` as default for new container. This point needs further investigation.
5 years ago
domain dmz.{{ domain }}
nameserver {{ hostvars | ip_from_inventory('vm_gateway') }}