Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Maxime Bombar
ansible
Commits
b4b7b084
Commit
b4b7b084
authored
4 years ago
by
Maxime Bombar
Browse files
Options
Downloads
Patches
Plain Diff
Deploy graphical config (i3 etc ...)
parent
0fece372
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
roles/i3/tasks/main.yml
+29
-0
29 additions, 0 deletions
roles/i3/tasks/main.yml
setup.yml
+4
-0
4 additions, 0 deletions
setup.yml
with
33 additions
and
0 deletions
roles/i3/tasks/main.yml
0 → 100644
+
29
−
0
View file @
b4b7b084
---
-
name
:
Install useful packages
apt
:
update_cache
:
true
install_recommends
:
false
name
:
-
i3
-
firefox
-
chromium
-
vlc
-
thunderbird
-
scrot
-
xss-lock
register
:
apt_result
retries
:
3
until
:
apt_result is succeeded
-
name
:
Deploy i3 configuration
file
:
src
:
/home/{{ ansible_user}}/Git/Config_Files/{{ item }}
dest
:
/home/{{ ansible_user }}/{{ item }}
state
:
link
loop
:
-
.config/autorandr
-
.config/i3
-
.config/i3status
-
.config/i3blocks
-
.Xmodmap
when
:
not ansible_check_mode
This diff is collapsed.
Click to expand it.
setup.yml
+
4
−
0
View file @
b4b7b084
...
@@ -9,3 +9,7 @@
...
@@ -9,3 +9,7 @@
-
ansible_become
:
false
-
ansible_become
:
false
roles
:
roles
:
-
deploy_config
-
deploy_config
-
hosts
:
localhost
roles
:
-
i3
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