Changeset - f454072704fa
[Not reviewed]
0 2 0
Branko Majic (branko) - 7 years ago 2016-12-25 19:07:15
branko@majic.rs
MAR-88: Include /etc/shadow, /var/mail, and /var/spool/cron/ in back-ups of common role.
2 files changed with 13 insertions and 1 deletions:
0 comments (0 inline, 0 general)
docs/rolereference.rst
Show inline comments
 
@@ -285,6 +285,15 @@ If the backup for this role has been enabled, the following paths are backed-up:
 
**/root**
 
  Root user's home directory.
 

	
 
**/etc/shadow**
 
  Operating system user passwords.
 

	
 
**/var/mail**
 
  Local user's mails.
 

	
 
**/var/spool/cron**
 
  Local user's cronjobs.
 

	
 

	
 
Parameters
 
~~~~~~~~~~
roles/common/meta/main.yml
Show inline comments
 
@@ -7,4 +7,7 @@ dependencies:
 
    backup_patterns:
 
      - "/root"
 
      - "/home"
 
      - "/var/log"
 
\ No newline at end of file
 
      - "/var/log"
 
      - "/etc/shadow"
 
      - "/var/mail"
 
      - "/var/spool/cron"
 
\ No newline at end of file
0 comments (0 inline, 0 general)