Skip to content
Snippets Groups Projects
Commit 27c9430c authored by skorpy's avatar skorpy :construction_worker:
Browse files

ganeti: init

parent b9df4519
Branches
No related tags found
1 merge request!245Ganeti
domain (ip) {
table filter {
chain INPUT {
saddr 192.168.43.0/28 ACCEPT;
}
}
}
ganeti:
pkg.installed:
- pkgs:
- ganeti
- ganeti-instance-debootstrap
{%- if grains['osfinger'] == 'Debian-8' %}
- fromrepo: jessie-backports
{%- endif %}
/etc/ferm/conf.d/ganeti.conf:
file.managed:
- source: salt://ganeti/files/ferm.conf
- user: root
- group: root
- mode: 644
......@@ -16,6 +16,9 @@ base:
- ntp
- prometheus
- logrotate
'roles:vmhost':
- match: pillar
- ganeti
'salt.ffm.freifunk.net':
- salt.master
'bgp*.ffm.freifunk.net':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment