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.
311
Commits
12
Branches
967 KiB
Tree:
9e721636d5
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 '9e721636d5'
${ noResults }
lilik_playbook
/
roles
/
ssh_server
/
defaults
/
main.yaml
2 lines
85 B
Raw
Normal View
History
add defaults for ssh server role
6 years ago
roles/ssh_server: missed step in ssh_lxc migration The role was still referencing older `ansible_docker_extra_args` variable. Replaced with `ansible_ssh_lxc_name`.
5 years ago
---
server_fqdn
:
"{{ ansible_ssh_lxc_name | default(inventory_hostname) }}.lilik.it"