From e777cbc1cb10da93cb257305b05a6bba54307813 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 8 Mar 2023 08:27:05 +0100 Subject: Change remotes to simply be git submodules --- README.md | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ea1f3f7..1c3779e 100644 --- a/README.md +++ b/README.md @@ -65,19 +65,6 @@ called for the `add`, `sync`, end `del` subactions respectively. Using these functions, one can automate the setup, synchronization, or disabling of certain components of a system. -#### Local - -A local playbook is simply a directory made in `/etc/bashtard/playbooks.d` with -the two files specified earlier. - -#### Remote - -A remote playbook is recorded in `/etc/bashtard/playbooks.d/remotes`. This is a -space-seperated file, containing 3 columns per line, `name`, `url`, and -`branch`. When the `sync` subcommand is called, the latest commits on the -specified `branch` are pulled before calling `playbook_sync()` on them. The -structure of the actual playbook is the same as a local one. - ### SSH Bashtard comes with an `ssh` subcommand to allow the user to run any command on -- cgit v1.1