Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

The bastion cookbook has been deprecated

Author provided reason for deprecation:

The bastion cookbook has been deprecated and is no longer being maintained by its authors. Use of the bastion cookbook is no longer recommended.

RSS

bastion (15) Versions 0.2.0

Configures a node to be a bastion host

Policyfile
Berkshelf
Knife
cookbook 'bastion', '= 0.2.0', :supermarket
cookbook 'bastion', '= 0.2.0'
knife supermarket install bastion
knife supermarket download bastion
README
Dependencies
Changelog
Quality 100%

Bastion Cookbook

Cookbook Version
Build Status
Code Climate
Coverage Status

A Chef cookbook for configuring a server to be used as a bastion host for
remote access to and administration of an otherwise walled-off network.

Requirements

This cookbook is written to hopefully work on, or be expandable to, other
distros, but is currently only tested against Ubuntu Linux.

Some of the dependencies are pinned to older versions in order to maintain
compatibility--for now--with Chef 11.

Usage

Override any included attributes as needed and add bastion to your run_list.

Recipes

default

Refreshes the APT cache and configures the firewall and remote desktop (below).

firewall

If the firewall enabled attribute is set to true (the default), enables the
system firewall and pokes holes in it for SSH (port 22) from an
attribute-specified set of trusted networks.

If the firewall is not set to enabled, it disables it.

remote_desktop

Installs X2go, Google Chrome, and Firefox.

logging

Installs + enables + starts Auditd, using rules based on the base STIG
ruleset.

Attributes

default

default['bastion']['firewall']['enabled'] = true

Whether or not the system firewall should be enabled. This can be overridden to
false if, for example, port access is instead being handled solely in your
cloud provider's security configuration.

default['bastion']['firewall']['trusted_networks'] = %w(
  10.0.0.0/8
  172.16.0.0/12
  192.168.0.0/16
)

The set of CIDR ranges to allow access from in the system firewall.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Add tests for the new feature; ensure they pass (rake)
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create a new Pull Request

License & Authors

Copyright 2015 Socrata, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Dependent cookbooks

apt ~> 2.0
firewall ~> 1.1.0
x2go-server ~> 0.1

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Bastion Cookbook CHANGELOG

v0.2.0 (2015-09-25)

  • Install auditd and log all of the things

v0.1.0 (2015-09-16)

  • Initial release; Ubuntu only

v0.0.1 (2015-09-04)

  • Development started

Foodcritic Metric
            

0.2.0 passed this metric