Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
deploy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
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
paradise
deploy
Commits
d5cd190a
There was an error fetching the commit references. Please try again later.
Commit
d5cd190a
authored
1 year ago
by
Robert Konicar
Browse files
Options
Downloads
Patches
Plain Diff
ansible: Update cmake from backports.
parent
995698e7
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ansible/pontos.yml
+1
-0
1 addition, 0 deletions
ansible/pontos.yml
ansible/roles/common_deb/defaults/main.yml
+1
-0
1 addition, 0 deletions
ansible/roles/common_deb/defaults/main.yml
ansible/roles/common_deb/tasks/main.yml
+10
-3
10 additions, 3 deletions
ansible/roles/common_deb/tasks/main.yml
with
12 additions
and
3 deletions
ansible/pontos.yml
+
1
−
0
View file @
d5cd190a
...
@@ -8,6 +8,7 @@
...
@@ -8,6 +8,7 @@
llvm16_state
:
present
llvm16_state
:
present
llvm17_state
:
absent
llvm17_state
:
absent
gh_cli_state
:
present
gh_cli_state
:
present
backports_cmake
:
true
postgres_client
:
true
postgres_client
:
true
nftables
:
nftables
:
pds_local
:
true
pds_local
:
true
...
...
This diff is collapsed.
Click to expand it.
ansible/roles/common_deb/defaults/main.yml
+
1
−
0
View file @
d5cd190a
...
@@ -3,6 +3,7 @@ mail_relay: relay.fi.muni.cz
...
@@ -3,6 +3,7 @@ mail_relay: relay.fi.muni.cz
postfix
:
true
postfix
:
true
pam_use_kerberos
:
True
pam_use_kerberos
:
True
backports_git
:
False
backports_git
:
False
backports_cmake
:
False
backports
:
False
backports
:
False
nftables_default_config
:
True
nftables_default_config
:
True
nftables
:
nftables
:
...
...
This diff is collapsed.
Click to expand it.
ansible/roles/common_deb/tasks/main.yml
+
10
−
3
View file @
d5cd190a
-
fail
:
-
fail
:
msg
:
possibly wrong server?
msg
:
possibly wrong server?
when
:
ansible_distribution != 'Debian'
when
:
ansible_distribution != 'Debian'
-
name
:
set hostname
-
name
:
set hostname
hostname
:
hostname
:
name
:
"
{{inventory_hostname}}"
name
:
"
{{inventory_hostname}}"
...
@@ -300,7 +300,7 @@
...
@@ -300,7 +300,7 @@
APT::Periodic::Update-Package-Lists "1";
APT::Periodic::Update-Package-Lists "1";
APT::Periodic::Unattended-Upgrade "1";
APT::Periodic::Unattended-Upgrade "1";
dest
:
/etc/apt/apt.conf.d/20auto-upgrades
dest
:
/etc/apt/apt.conf.d/20auto-upgrades
-
name
:
setup root profile
-
name
:
setup root profile
copy
:
copy
:
src
:
"
{{item.src}}"
src
:
"
{{item.src}}"
...
@@ -320,7 +320,7 @@
...
@@ -320,7 +320,7 @@
repo
:
deb http://deb.debian.org/debian bullseye-backports main
repo
:
deb http://deb.debian.org/debian bullseye-backports main
filename
:
backports
filename
:
backports
state
:
present
state
:
present
when
:
backports or backports_git
when
:
backports or backports_git
or backports_cmake
-
name
:
Update git from backports
-
name
:
Update git from backports
apt
:
apt
:
...
@@ -329,6 +329,13 @@
...
@@ -329,6 +329,13 @@
-
git
-
git
state
:
latest
state
:
latest
-
name
:
Update cmake from backports
apt
:
default_release
:
'
{{"bullseye-backports"
if
backports_cmake
else
"bullseye"}}'
pkg
:
-
cmake
state
:
latest
-
name
:
Benchmarking
-
name
:
Benchmarking
apt
:
apt
:
pkg
:
pkg
:
...
...
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