aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJulien Dessaux2021-03-04 13:38:44 +0100
committerJulien Dessaux2021-03-04 13:38:44 +0100
commit2451b5ced341e37fe004b4f36b040a55a97ce03e (patch)
treedc334ead4e601de6960b8546ab9819185b09dee2 /README
parentMoved borg action plugin into its own role (diff)
downloadborg-ansible-role-2451b5ced341e37fe004b4f36b040a55a97ce03e.tar.gz
borg-ansible-role-2451b5ced341e37fe004b4f36b040a55a97ce03e.tar.bz2
borg-ansible-role-2451b5ced341e37fe004b4f36b040a55a97ce03e.zip
Fixed stupid ansible python sucks silent name collision
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 2c5e078..45a64d3 100644
--- a/README
+++ b/README
@@ -15,7 +15,7 @@ Here are some job examples :
- { name: mysqldump, command_to_pipe: "/usr/bin/mysqldump -h {{ mysql_server }} -u{{ ansible_hostname }} -p{{ ansible_local.mysql_client.password }} --single-transaction --add-drop-database -B {{ ansible_hostname }}" }
- { name: gitea, path: "/tmp/gitea.zip", pre_command: "echo '/usr/local/sbin/gitea -C /etc/gitea -c /etc/gitea/app.ini dump -f /tmp/gitea.zip' | su -l _gitea", post_command: "rm -f /tmp/gitea.zip" }
-There is an action plugin that parses the borg_server entries from all hosts and set a flag to True in adyxax['is_borg_server'] for any machine specified as a backup target
+There is an action plugin that parses the borg_server entries from all host_vars and set the borg.is_server fact to True for any machine specified as a backup target
Usefull commands:
=================