This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "base", | |
"description": "Base Server Role", | |
"default_attributes": { | |
"chef_client": { | |
"interval": 300, | |
"splay": 60, | |
"config": { | |
"ssl_verify_mode": ":verify_peer", | |
"log_level": ":info" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "audit", | |
"description": "Audit Role", | |
"default_attributes": { | |
"audit": { | |
"fetcher": "chef-server", | |
"reporter": "chef-server-automate", | |
"profiles": [ | |
{ | |
"name": "cis-rhel7-level1-server", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
machine_batch do | |
1.upto(6) do |i| | |
machine "#{name}-prodweb#{i}" do | |
driver 'aws' | |
tag 'my-webserver' | |
machine_options :region => node["aws_deploy"]["region"], | |
:location => node["aws_deploy"]["location"], | |
:ssh_username => node["aws_deploy"]["ssh_username"], | |
:aws_tags => {"belongs_to" => name}, | |
:convergence_options => { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "audit", | |
"description": "Audit Role", | |
"default_attributes": { | |
"audit": { | |
"inspec_version": "2.1.59", | |
"fetcher": "chef-server", | |
"reporter": "chef-server-automate", | |
"profiles": [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am galenemery on github. | |
* I am galenemery (https://keybase.io/galenemery) on keybase. | |
* I have a public key ASDjrbaJgPVoSKW4_xroziPfCiWbbznHjtOt98-U7DjtYAo | |
To claim this, I am signing this object: |
OlderNewer