Skip to content

sedovandrew/ansible-role-bacula-storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Role bacula_storage

Build Status

Installation and configuration of the Bacula storage.

Role Variables

variables

Example Playbook

- hosts: servers
  roles:
     - role: sedovandrew.bacula_storage
       become: true
       bacula_storage_name: StorageName
       bacula_director_name: DirectorName
       bacula_director_password: StoragePassword
       bacula_storage_devices:
         - name: FileDevice
           media_type: File
           archive_device: /bacula_storage
           label_media: "yes"
           random_access: "Yes"
           automatic_mount: "yes"
           removable_media: "no"
           always_open: "no"

Testing

molecule test

License

BSD

Author Information

Sedov Andrey - sedoy80@gmail.com

About

Installation and configuration of the Bacula storage.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages