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
7bf50300
Commit
7bf50300
authored
4 years ago
by
Maxime Bombar
Browse files
Options
Downloads
Patches
Plain Diff
[deploy_config] Remove garbage and add umask
parent
6f9acc5c
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/deploy_config/tasks/main.yml
+1
-7
1 addition, 7 deletions
roles/deploy_config/tasks/main.yml
with
1 addition
and
7 deletions
roles/deploy_config/tasks/main.yml
+
1
−
7
View file @
7bf50300
---
# - name: Create config directory
# file:
# path: /home/{{ ansible_user }}/Git/Config_Files
# state: directory
# mode: "2775"
# owner: "{{ ansible_user }}"
-
name
:
Deploy ssh key
authorized_key
:
user
:
"
{{
ansible_user
}}"
...
...
@@ -19,6 +12,7 @@
dest
:
/home/{{ ansible_user }}/Git/Config_Files
track_submodules
:
yes
version
:
master
umask
:
"
022"
when
:
not ansible_check_mode
-
name
:
Find ssh configuration
...
...
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