Add rc.conf and fstab settings for FreeBSD GUI + SSHFS.
This commit is contained in:
parent
447cb33919
commit
d4c59bd6c0
@ -12,3 +12,24 @@
|
||||
name:
|
||||
- "{{ evolution }}"
|
||||
state: absent
|
||||
|
||||
- name: Add GNOME + SSHFS to rc.conf
|
||||
blockinfile:
|
||||
path: /etc/rc.conf
|
||||
block: |
|
||||
dbus_enable="YES"
|
||||
hald_enable="YES"
|
||||
gnome_enable="YES"
|
||||
gdm_enable="YES"
|
||||
|
||||
fusefs_enable="YES"
|
||||
marker: "# {mark} Ansible for GNOME+SSHFS "
|
||||
backup: yes
|
||||
|
||||
- name: Add GNOME to fstab
|
||||
blockinfile:
|
||||
path: /etc/fstab
|
||||
block: |
|
||||
proc /proc procfs rw 0 0
|
||||
marker: "# {mark} Ansible for GNOME "
|
||||
backup: yes
|
||||
|
Loading…
x
Reference in New Issue
Block a user