Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
supplemental
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mika Lagendijk
supplemental
Commits
18054de4
Commit
18054de4
authored
7 years ago
by
Lars Beckers
Browse files
Options
Downloads
Patches
Plain Diff
modify branding role for drop in usage
parent
176b9468
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
branding/files/fsmpi/gitconfig
+0
-0
0 additions, 0 deletions
branding/files/fsmpi/gitconfig
branding/tasks/main.yml
+25
-0
25 additions, 0 deletions
branding/tasks/main.yml
branding/tasks/shell.yml
+0
-90
0 additions, 90 deletions
branding/tasks/shell.yml
with
25 additions
and
90 deletions
branding/files/gitconfig
→
branding/files/
fsmpi/
gitconfig
+
0
−
0
View file @
18054de4
File moved
This diff is collapsed.
Click to expand it.
branding/tasks/main.yml
0 → 100644
+
25
−
0
View file @
18054de4
---
# file: roles/common/tasks/shell.yml
-
name
:
ensure deployment of greeter
copy
:
src=fsmpi/motd dest=/etc/motd owner=root group=root mode=0644
tags
:
-
config
-
shell
-
fsmpi
-
name
:
ensure deployment of issue.net
copy
:
src=fsmpi/issue.net dest=/etc/issue.net owner=root group=root mode=0644
tags
:
-
config
-
shell
-
fsmpi
-
name
:
ensure deployment of a fancy gitconfig for root
copy
:
src=fsmpi/gitconfig dest=/root/.gitconfig owner=root group=root mode=0640
tags
:
-
config
-
shell
-
root
-
fsmpi
This diff is collapsed.
Click to expand it.
branding/tasks/shell.yml
deleted
100644 → 0
+
0
−
90
View file @
176b9468
---
# file: roles/common/tasks/shell.yml
-
name
:
ensure installation of basic shell commands
apt
:
state=latest name={{ item }} install_recommends=no
with_items
:
-
git
-
vim
-
vim-scripts
-
zsh
-
mtr-tiny
-
whois
tags
:
-
packages
-
shell
-
name
:
ensure the necessary terminfo is available
apt
:
name=ncurses-term state=latest
tags
:
-
packages
-
shell
-
name
:
ensure zsh-grml is available
get_url
:
url=http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc dest={{ item }} owner=root group=root mode=0644
with_items
:
-
/etc/zsh/zshrc
-
/root/.zshrc
tags
:
-
config
-
shell
-
name
:
ensure zsh-grml is the default
get_url
:
url=http://git.grml.org/f/grml-etc-core/etc/skel/.zshrc dest={{ item }} owner=root group=root mode=0640
with_items
:
-
/etc/skel/.zshrc
tags
:
-
config
-
shell
-
name
:
ensure deployment of greeter
copy
:
src=fsmpi/motd dest=/etc/motd owner=root group=root mode=0644
tags
:
-
config
-
shell
-
fsmpi
-
name
:
ensure deployment of issue.net
copy
:
src=fsmpi/issue.net dest=/etc/issue.net owner=root group=root mode=0644
tags
:
-
config
-
shell
-
fsmpi
-
name
:
ensure deployment of a fancy bashrc for root
copy
:
src=root/bashrc dest=/root/.bashrc owner=root group=root mode=0640
tags
:
-
config
-
shell
-
root
-
name
:
ensure deployment of a fancy vimrc for root
copy
:
src=root/vimrc dest=/root/.vimrc owner=root group=root mode=0640
tags
:
-
config
-
shell
-
root
-
name
:
ensure deployment of a fancy gitconfig for root
copy
:
src=root/gitconfig dest=/root/.gitconfig owner=root group=root mode=0640
tags
:
-
config
-
shell
-
root
-
name
:
ensure a properly configured root account
user
:
name=root shell=/bin/zsh
tags
:
-
config
-
shell
-
root
-
name
:
ensure that pcspeaker remains silent
kernel_blacklist
:
name=pcspkr state=present
notify
:
-
rerun depmod
-
update initramfs
tags
:
-
config
-
shell
-
modules
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