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
add shadow lists playbook
python3
Edoardo Putti
6 years ago
parent
7c32a6a7be
commit
0a1220bc25
1 changed files
with
22 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+22
-0
shadow_list.yaml
+ 22
- 0
shadow_list.yaml
View File
@ -0,0 +1,22 @@
---
-
hosts
:
biff
vars:
-
server_fqdn
:
"shadow.lists.lilik.it"
roles:
-
role
:
lxc_guest
vm_name
:
shadow_list
distro
:
stretch
-
role
:
ssh_server
ansible_connection
:
lxc_ssh
ansible_docker_extra_args
:
shadow_list
-
hosts
:
shadow_list
roles:
-
role
:
dns_record
-
role
:
reverse_proxy
hostname
:
shadow.list
tasks:
-
apt:
name
:
"{{ item }}"
with_items:
-
nginx
-
python-django-hyperkitty
Write
Preview
Loading…
Cancel
Save