Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
playbooks
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
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ansible
playbooks
Commits
271fd8f0
Commit
271fd8f0
authored
4 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
Remove mentions of Vault.
There isn't sensitive here, no vaulted files or data, no need for it.
parent
65899a12
No related branches found
No related tags found
No related merge requests found
Pipeline
#185
passed
4 years ago
Stage: test
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+0
-1
0 additions, 1 deletion
.gitignore
README.md
+0
-1
0 additions, 1 deletion
README.md
ansible.cfg
+0
-1
0 additions, 1 deletion
ansible.cfg
with
0 additions
and
3 deletions
.gitignore
+
0
−
1
View file @
271fd8f0
...
@@ -47,6 +47,5 @@ dist/
...
@@ -47,6 +47,5 @@ dist/
*.env
*.env
.bundle/
.bundle/
!Pipfile.lock
!Pipfile.lock
.vault-pass
site.*
site.*
mail.*
mail.*
This diff is collapsed.
Click to expand it.
README.md
+
0
−
1
View file @
271fd8f0
...
@@ -9,7 +9,6 @@
...
@@ -9,7 +9,6 @@
-
Python 3.6 or greater.
-
Python 3.6 or greater.
-
[
pipenv
](
https://pipenv.readthedocs.io/en/latest/
)
.
-
[
pipenv
](
https://pipenv.readthedocs.io/en/latest/
)
.
-
[
direnv
](
https://direnv.net/
)
(
optional
)
.
-
[
direnv
](
https://direnv.net/
)
(
optional
)
.
-
The Ansible Vault password in
`.vault-pass`
.
# List of playbooks
# List of playbooks
...
...
This diff is collapsed.
Click to expand it.
ansible.cfg
+
0
−
1
View file @
271fd8f0
...
@@ -7,7 +7,6 @@ fact_caching_connection = $HOME/.ansible/facts
...
@@ -7,7 +7,6 @@ fact_caching_connection = $HOME/.ansible/facts
inventory
=
hosts
inventory
=
hosts
gathering
=
smart
gathering
=
smart
retry_files_save_path
=
/tmp/
retry_files_save_path
=
/tmp/
vault_password_file
=
.vault-pass
[inventory]
[inventory]
enable_plugins
=
yaml
enable_plugins
=
yaml
...
...
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