mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-06-03 08:08:43 -04:00
consolidate ansible setup into roles dir
This commit is contained in:
parent
25db6826ec
commit
c55cd46ecb
27 changed files with 763 additions and 91 deletions
4
archivebox/playbooks/install_all.yml
Normal file → Executable file
4
archivebox/playbooks/install_all.yml
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env ansible-playbook
|
||||
---
|
||||
- import_playbook: install_ytdlp.yml
|
||||
vars:
|
||||
|
@ -7,6 +8,9 @@
|
|||
vars:
|
||||
state: 'present'
|
||||
|
||||
- import_playbook: install_puppeteer.yml
|
||||
vars:
|
||||
state: 'present'
|
||||
|
||||
- import_playbook: install_package.yml
|
||||
vars:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue