JoergFiedler.freebsd-jailed-syslogd

freebsd-jailed-syslogd

Build Status

This project sets up a syslog server inside a FreeBSD jail. That's all.

Requirements

You should use this project with a new FreeBSD 11.2 installation. You can use a Vagrant Box that works with VirtualBox and EC2.

Role Variables

syslogd_net

This variable sets which network IP range the jail will accept syslog messages from. Default is '{{ jail_net_ip }}/24'.

Dependencies

Example Playbook

- hosts: all
  become: true

  tasks:
    - import_role:
        name: 'JoergFiedler.freebsd-jail-host'
    - include_role:
        name: 'JoergFiedler.freebsd-jailed-syslogd'
      vars:
        jail_net_ip: '10.1.0.10'
        jail_name: 'syslogd'
        jail_freebsd_release: '11.2-RELEASE'
    

License

BSD

Author Information

If you like this project or have suggestions to make it better, please report an issue on Github. Thank you!

Informazioni sul progetto

Provides a jailed syslogd server.

Installa
ansible-galaxy install JoergFiedler.freebsd-jailed-syslogd
Licenza
Unknown
Download
121
Proprietario