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
e8c45f84
Commit
e8c45f84
authored
4 years ago
by
Maxime Bombar
Browse files
Options
Downloads
Patches
Plain Diff
Install simple .emacs
parent
fc0e5f63
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/deploy_config/tasks/main.yml
+11
-7
11 additions, 7 deletions
roles/deploy_config/tasks/main.yml
with
11 additions
and
7 deletions
roles/deploy_config/tasks/main.yml
+
11
−
7
View file @
e8c45f84
...
...
@@ -21,7 +21,7 @@
patterns
:
config*
register
:
ssh_config
when
:
not ansible_check_mode
-
name
:
Deploy ssh configuration
file
:
src
:
/home/{{ ansible_user}}/Git/Config_Files/.ssh/{{ item.path | basename }}
...
...
@@ -30,14 +30,18 @@
loop
:
"
{{
ssh_config.files
}}"
when
:
not ansible_check_mode
-
name
:
Deploy
general configuration
-
name
:
Deploy
.gitconfig
file
:
src
:
/home/{{ ansible_user}}/Git/Config_Files/{{ item }}
dest
:
/home/{{ ansible_user }}/{{ item }}
src
:
/home/{{ ansible_user}}/Git/Config_Files/.gitconfig
dest
:
/home/{{ ansible_user }}/.gitconfig
state
:
link
when
:
not ansible_check_mode
-
name
:
Deploy .emacs
file
:
src
:
/home/{{ ansible_user}}/Git/Config_Files/.emacs_simple
dest
:
/home/{{ ansible_user }}/.emacs
state
:
link
loop
:
-
.emacs
-
.gitconfig
when
:
not ansible_check_mode
-
name
:
Deploy zsh config
...
...
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