Coder Social home page Coder Social logo

egmont1227 / ansible-backuppc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from new-edge-engineering/ansible-backuppc

0.0 0.0 0.0 58 KB

Ansible role to install and configure BackupPC

License: MIT License

Perl 97.38% Ruby 2.07% Raku 0.55%
ansible backuppc ansible-role

ansible-backuppc's Introduction

Ansible BackupPC Role

Ansible role to install and configure BackupPC. Feedback, bug-reports, requests, is welcomed and can be done via github issues.

Requirements & Dependencies

  • Tested on Mac OS X with Ansible 1.5.
  • Tested on Ubuntu Precise with Ansible 2.2.x and 2.5.0

Variables

see defaults/main.yml for variables to overwrite and their explainations

Example role include:

vars:
  - backuppc_url: 'http://some.domain.tld'
  - backuppc_hosts: [
     { name: 'some.host.tld', os: 'linux', type: 'rsync' }
     { name: 'other.host.tld', os: 'linux', type: 'rsync' }
   ]
 - backuppc_users: [ 
     { name: 'backuppc', pass: 'secret' }
   ]
 - backuppc_manage_hosts: yes
 
roles:
  - backuppc

    }

Tests

You can test this role by using the provided Vagrant file in ./tests

bacuppc/tests$ vagrant up <os>
bacuppc/tests$ vagrant ssh <os>

For , you can choose:

  • ubuntu-trusty
  • ubuntu-xenial
  • ubuntu-boinic
  • centos7

License

Licensed under the MIT License. See the LICENSE file for details.

ansible-backuppc's People

Contributors

egmont1227 avatar mat-green avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.