Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
webservices
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
Container registry
Model registry
Operate
Environments
Monitor
Incidents
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
infra
ansible-shared
webservices
Commits
ddfcdeeb
Commit
ddfcdeeb
authored
1 year ago
by
Lars Beckers
Browse files
Options
Downloads
Plain Diff
Merge branch 'th/acmebot' into 'master'
acmebot: Update for new upstream structure See merge request
!47
parents
60e7d5f6
a877b087
Branches
master
No related tags found
1 merge request
!47
acmebot: Update for new upstream structure
Pipeline
#5297
passed
1 year ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
acmebot/defaults/main.yml
+1
-2
1 addition, 2 deletions
acmebot/defaults/main.yml
acmebot/tasks/main.yml
+1
-15
1 addition, 15 deletions
acmebot/tasks/main.yml
with
2 additions
and
17 deletions
acmebot/defaults/main.yml
+
1
−
2
View file @
ddfcdeeb
---
acmebot_account_mail
:
"
{{
adminaddr
}}"
acmebot_version
:
"
v2.7.0"
acmebot_enable_update_check
:
true
acmebot_version
:
"
v2.10.0"
acmebot_settings
:
{}
acmebot_default_settings
:
...
...
This diff is collapsed.
Click to expand it.
acmebot/tasks/main.yml
+
1
−
15
View file @
ddfcdeeb
...
...
@@ -23,15 +23,9 @@
environment
:
TMPDIR
:
/root/.ansible/tmp
-
name
:
fix over-specified requirements locally
lineinfile
:
regexp
:
'
^pyOpenSSL>=17\.5\.0'
# ,<20.0.0'
line
:
'
pyOpenSSL>=17.5.0'
path
:
/opt/acmebot/requirements.txt
-
name
:
add acmebot to path
file
:
src
:
/opt/acmebot/acmebot
src
:
/opt/acmebot/
src/
acmebot
/acmebot.py
dest
:
/usr/local/sbin/acmebot
state
:
link
...
...
@@ -84,18 +78,10 @@
enabled
:
true
state
:
started
-
name
:
check for updates daily
file
:
src
:
/opt/acmebot/update-check.sh
dest
:
/etc/cron.daily/acmebot-update-check.sh
state
:
link
when
:
acmebot_enable_update_check
-
name
:
don't check for updates daily
file
:
path
:
/etc/cron.daily/acmebot-update-check.sh
state
:
absent
when
:
not acmebot_enable_update_check
-
name
:
rotate acmebot logs
file
:
...
...
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