Remove Share Drives (#28)
* Add another requirement for Debian to download key. * Add setup script instead of using scm.hyperling.com. * Fix setup permissions. * Starting effort to remove share drives from script. Downsizing homelab. * Remove files which are no longer useful without mounts. * Allow initializing on alternate branches. * Fix Lynis and NMap log locations. * Remove deleted files from main. * Fix nmap filename. * Remove _name from report variables.
This commit is contained in:
		@@ -11,27 +11,6 @@
 | 
			
		||||
    enabled: yes
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
## SSHFS ##
 | 
			
		||||
 | 
			
		||||
- name: General | Software | Services | SSHFS | Enable FuseFS (FreeBSD rc.conf)
 | 
			
		||||
  lineinfile:
 | 
			
		||||
    path: "{{ rc_conf }}"
 | 
			
		||||
    regexp: 'fusefs_enable='
 | 
			
		||||
    line: 'fusefs_enable="YES" # MANAGED BY ANSIBLE'
 | 
			
		||||
    state: present
 | 
			
		||||
    create: yes
 | 
			
		||||
    backup: yes
 | 
			
		||||
  when: ansible_system == "FreeBSD"
 | 
			
		||||
 | 
			
		||||
- name: General | Software | Services | SSHFS | Enable SSHFS (FreeBSD service)
 | 
			
		||||
  service:
 | 
			
		||||
    name: fusefs
 | 
			
		||||
    pattern: fusefs
 | 
			
		||||
    state: started
 | 
			
		||||
    enabled: yes
 | 
			
		||||
  when: ansible_system == "FreeBSD"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
## CUPS ##
 | 
			
		||||
 | 
			
		||||
- name: General | Software | Services | CUPS | Disable
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user