Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
borgbackup_client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSI Ansible
borgbackup_client
Commits
3ff3a7bf
Commit
3ff3a7bf
authored
3 years ago
by
Felix Schäfer
Browse files
Options
Downloads
Patches
Plain Diff
truthy values
parent
e391d5e6
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tasks/main.yml
+3
-3
3 additions, 3 deletions
tasks/main.yml
tasks/onserver.yml
+2
-2
2 additions, 2 deletions
tasks/onserver.yml
with
5 additions
and
5 deletions
tasks/main.yml
+
3
−
3
View file @
3ff3a7bf
...
...
@@ -24,7 +24,7 @@
-
name
:
Gather facts for backup target
setup
:
delegate_to
:
"
{{
borgbackup_target_host
}}"
delegate_facts
:
T
rue
delegate_facts
:
t
rue
when
:
hostvars[borgbackup_target_host]['ansible_default_ipv4'] is not defined
-
name
:
Set target IP
...
...
@@ -117,11 +117,11 @@
-
name
:
Enable borgmatic timer
service
:
name
:
"
borgbackup.timer"
enabled
:
yes
enabled
:
true
state
:
started
-
name
:
Enable borgmatic-check timer
service
:
name
:
"
borgbackup-check.timer"
enabled
:
yes
enabled
:
true
state
:
started
This diff is collapsed.
Click to expand it.
tasks/onserver.yml
+
2
−
2
View file @
3ff3a7bf
...
...
@@ -2,7 +2,7 @@
-
name
:
Create Group
group
:
name
:
"
borgbackup"
ignore_errors
:
yes
ignore_errors
:
true
register
:
create_group
-
name
:
Create Group Fallback
...
...
@@ -18,7 +18,7 @@
user
:
name
:
"
borgbackup"
group
:
"
borgbackup"
ignore_errors
:
yes
ignore_errors
:
true
register
:
create_user
-
name
:
Create User Fallback
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment