Difference between revisions of "Install packages using Chef InSpec"
Jump to navigation
Jump to search
↑ https://github.com/dev-sec/linux-baseline/blob/master/controls/package_spec.rb
(Created page with "<pre> control 'package-02' do impact 1.0 title 'Do not install Telnet server' desc 'Telnet protocol uses unencrypted communication, that means the password and o...") |
|||
Line 1: | Line 1: | ||
− | + | ||
control 'package-02' do | control 'package-02' do | ||
[[impact 1.0]] | [[impact 1.0]] | ||
Line 9: | Line 9: | ||
end | end | ||
end<ref>https://github.com/dev-sec/linux-baseline/blob/master/controls/package_spec.rb</ref> | end<ref>https://github.com/dev-sec/linux-baseline/blob/master/controls/package_spec.rb</ref> | ||
− | + | ||
+ | |||
+ | == Related terms == | ||
+ | * [[package:]] [[Ansible module]] | ||
== See also == | == See also == |
Revision as of 05:27, 27 July 2021
control 'package-02' do impact 1.0 title 'Do not install Telnet server' desc 'Telnet protocol uses unencrypted communication, that means the password and other sensitive data are unencrypted. http://www.nsa.gov/ia/_files/os/redhat/rhel5-guide-i731.pdf, Chapter 3.2.2' describe package('telnetd') do it { should_not be_installed } end end[1]
Related terms
See also
- Chef,
knife
,chef-apply
, Chef InSpec,knife vault
,Chef Habitat
,chef-solo
,Chef apply --help
,chef generate
, Chef: Editing a file - Ansible: modules, plugins, Playbooks (examples)
ansible-playbook
,ansible-vault
,ansible-inventory
,ansible-config
, Ansible Tower, Ansible Galaxy (Roles) (ansible-galaxy
),ansible-cmdb
,gather facts
,ansible.cfg
,Ansible Molecule
, Ansible collections,register
,template
,--ask-pass
,--ask-become-pass
,remote_user:
,/etc/ansible/hosts
,ansible-doc
,ansible-lint
,.ansible/
,--forks
,--start-at-task
,changelog
,inventory
,Notify:
,ansible HOSTNAME -m ping
,gathering
,/usr/bin/ansible
,ansible -m ping
,ansible.builtin
,hosts: (Ansible)
,set fact:
,when:
,blockinfile:
,become method:
,include:
,git:
, AWX,ansible --help
, Tags, Ansible variables, versions
Advertising: