Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
common
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
ansible
common
Commits
d4c33dfe
Commit
d4c33dfe
authored
9 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
Bash is needed for login shell (so only for the ldap_login role), moved tasks accordingly.
parent
7e26bdc6
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
tasks/ldap_login.yml
+14
-0
14 additions, 0 deletions
tasks/ldap_login.yml
tasks/openbsd_bootstrap.yml
+0
-5
0 additions, 5 deletions
tasks/openbsd_bootstrap.yml
with
14 additions
and
5 deletions
tasks/ldap_login.yml
+
14
−
0
View file @
d4c33dfe
...
...
@@ -3,3 +3,17 @@
-
name
:
Assert
assert
:
that
:
ansible_os_family in [ 'Debian', 'OpenBSD' ]
-
name
:
apt install
when
:
ansible_pkg_mgr == 'apt'
apt
:
name
:
bash
state
:
present
update_cache
:
yes
cache_valid_time
:
3600
-
name
:
pkg install
when
:
ansible_pkg_mgr == 'openbsd_pkg'
openbsd_pkg
:
name
:
bash
state
:
present
This diff is collapsed.
Click to expand it.
tasks/openbsd_bootstrap.yml
+
0
−
5
View file @
d4c33dfe
...
...
@@ -23,8 +23,3 @@
regexp
:
'
^installpath
='
state
:
present
create
:
yes
-
name
:
Install Bash
openbsd_pkg
:
name
:
bash
state
:
latest
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