First stab at /etc/system_identification.

This commit is contained in:
Ralph Bean 2014-12-17 20:03:34 +00:00
parent 4620acd81d
commit 2751db995c
3 changed files with 22 additions and 0 deletions

View file

@ -72,3 +72,15 @@ nfs_mount_opts: "ro,hard,bg,intr,noatime,nodev,nosuid"
# Note that if sudo is true, you need to unset requiretty for
# ssh controlpersist to work.
sudo: false
# This vars get shoved into /etc/system_identification by the base role.
# Groups and individual hosts should override them with specific info.
# See http://infrastructure.fedoraproject.org/csi/security-policy/
csi_security_category: Unspecified
csi_primary_contact: Fedora Admins - admin@fedoraproject.org
csi_purpose: Unspecified
csi_relationship: >
Unspecified.
* What hosts/services does this rely on?
* What hosts/services rely on this?

View file

@ -261,3 +261,6 @@
tags:
- config
- base
- name: Drop in a little system_identification note
template: src=system_identification dest=/etc/system_identification

View file

@ -0,0 +1,7 @@
Security Category: {{csi_security_category}}
Primary Contact: {{csi_primary_contact}}
Environment: {{env}}
Purpose: {{csi_purpose}}
Relationship: {{csi_relationship}}
This document is provided as part of CSI standards. See http://infrastructure.fedoraproject.org/csi/security-policy/ for more information.