mivek.ddclient

Rola Ansible: DDClient

Status Budowy

Ta rola instaluje i uruchamia usługę ddclient.

Wymagania


Brak

Zmienne Roli


Zmienne pochodzą z konfiguracji ddclient

Zmienne domyślne

ddclient_version: 3.9.1 # Tylko przy instalacji ze źródła
ddclient_configuration_template: templates/ddclient.conf.j2
ddclient_service_template: templates/ddclient.service.j2
ddclient_daemon: 300
ddclient_install_from_source: false
ddclient_ssl: 'yes'

ddclient_configs:
  -
    protocol: dnspark
    use: null
    server: null
    backupmx: null
    mx: null
    mxpri: null
    wildcard: null
    login: login
    password: password
    hosts:
      - host

Zmienne specjalne

__ddclient_configuration_directory: /etc/ddclient
__ddclient_configuration_location: "{{ __ddclient_configuration_directory }}/ddclient.conf"
__ddclient_download_url: https://github.com/ddclient/ddclient/archive/refs/tags/v{{ ddclient_version }}.tar.gz
__ddclient_download_location: /tmp/ddclient-{{ ddclient_version }}.tar.gz
__ddclient_unarchive_location: /tmp

__ddclient_service_file: /etc/systemd/system/ddclient.service
__ddclient_prerequisite:
  - g++
  - perl
  - make

Zależności


Brak

Przykład Playbooka


Przykład użycia tej roli (np. z przekazanymi zmiennymi jako parametry) jest zawsze pomocny dla użytkowników:

- hosts: serwery
  become: true
  tasks:
    - import_role:
        name: ddclient
      vars:
        daemon: 60
        configs:
          -
            protocol: dyndns2
            login: myLogin
            password: myPassword
            use: web
            server: null
            backupmx: null
            mx: null
            mxpri: null
            wildcard: null
            hosts:
              - myhost.dyndns.org

Licencja


MIT

O projekcie

Installs and configures ddclient

Zainstaluj
ansible-galaxy install mivek.ddclient
Licencja
mit
Pobrania
89
Właściciel