Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
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
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
Thomas Houdin
Ansible
Commits
c19565b0
Verified
Commit
c19565b0
authored
2 years ago
by
Marc-Antoine Godde
Browse files
Options
Downloads
Patches
Plain Diff
Remove secrets from initial-deploy playbooks
parent
34b704bb
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ansible.cfg.script
+1
-1
1 addition, 1 deletion
ansible.cfg.script
roles/user-provisioning/user-provisioning/tasks/main.yml
+0
-5
0 additions, 5 deletions
roles/user-provisioning/user-provisioning/tasks/main.yml
with
1 addition
and
6 deletions
ansible.cfg.script
+
1
−
1
View file @
c19565b0
...
@@ -140,7 +140,7 @@ callback_whitelist = timer, profile_tasks
...
@@ -140,7 +140,7 @@ callback_whitelist = timer, profile_tasks
# If set, configures the path to the Vault password file as an alternative to
# If set, configures the path to the Vault password file as an alternative to
# specifying --vault-password-file on the command line.
# specifying --vault-password-file on the command line.
vault_password_file = ./vault/passwords
#
vault_password_file = ./vault/passwords
# format of string {{ ansible_managed }} available within Jinja2
# format of string {{ ansible_managed }} available within Jinja2
# templates indicates to users editing templates files will be replaced.
# templates indicates to users editing templates files will be replaced.
...
...
This diff is collapsed.
Click to expand it.
roles/user-provisioning/user-provisioning/tasks/main.yml
+
0
−
5
View file @
c19565b0
...
@@ -33,11 +33,6 @@
...
@@ -33,11 +33,6 @@
include_tasks
:
default-user.yml
include_tasks
:
default-user.yml
when
:
remove_default_user
when
:
remove_default_user
-
name
:
Set the root password
user
:
name
:
root
password
:
"
{{
root_password_hash
}}"
-
name
:
Restrict SSH root access
-
name
:
Restrict SSH root access
block
:
block
:
-
name
:
Remove root SSH keys if some are present
-
name
:
Remove root SSH keys if some are present
...
...
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