This repository has been archived on 2025-02-14. You can view files and clone it, but cannot push or open issues or pull requests.
esh/cinc-repo/policyfiles/archive.rb
2025-02-15 01:05:58 +09:00

33 lines
485 B
Ruby

name 'archive'
###
# Cookbooks location
###
# ESH
default_source :chef_repo, '../cookbooks'
# Community
default_source :supermarket, 'https://supermarket.chef.io'
###
# Run List
###
run_list %w(
esh_docker::service
esh_archivebox::system
esh_archivebox::compose
)
###
# Attributes
###
###
# esh_archivebox
###
default['esh']['archivebox']['username'] = 'benpro'
default['esh']['archivebox']['email'] = 'archivebox@benpro.fr'
default['esh']['archivebox']['password'] = ''