Skip to content

src386/ansible-for-freebsd-role-backuppc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backuppc logo small BackupPC for FreeBSD

Install and configure BackupPC 4.

Only works with FreeBSD.

FreeBSD logo medium

Requirements

Run:

  • ansible >= 2.9
  • python-passlib (on the remote host)

Supported OS

  • FreeBSD == 11.2, 12

The FreeBSD version of BackupPC Web UI use Apache24 + SCGI mod.

Access is restricted by htpasswd, but everyone is admin.

Quick start

roles:
  - ansible-backuppc

vars:
  backuppc__apache24_listen: 3000 # Optionnal.
  backuppc__htpasswd:
    - name: backuppc
      password: backuppc # Should be in a vault.

The backuppc__htpasswd is required.

Variables

Variable Mandatory Type Example
backuppc__apache24_listen yes number 3000
backuppc__htpasswd yes dict See usage example above.

About

Install and configure BackupPC on FreeBSD

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published