consolidate ansible setup into roles dir

This commit is contained in:
Nick Sweeting 2024-09-17 00:48:47 -07:00
parent 25db6826ec
commit c55cd46ecb
No known key found for this signature in database
27 changed files with 763 additions and 91 deletions

4
archivebox/playbooks/install_all.yml Normal file → Executable file
View 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: