update
This commit is contained in:
@@ -86,6 +86,13 @@
|
||||
user:
|
||||
name: gentoo
|
||||
password: "{{ gentoo_password_out.stdout }}"
|
||||
group: "{{ BOX_USER_GROUP }}"
|
||||
append: true
|
||||
groups: ['{{ BOX_ALSO_GROUP }}', 'wheel']
|
||||
create_home: yes
|
||||
shell: /bin/bash
|
||||
#? usermod: user vagrant is currently used by process 2190
|
||||
ignore_errors: true
|
||||
|
||||
- name: configure sudoers
|
||||
lineinfile:
|
||||
@@ -96,6 +103,13 @@
|
||||
owner: root
|
||||
mode: '0640'
|
||||
|
||||
- name: make symlinks
|
||||
shell: |
|
||||
[ -e /var/db/repos/gentoo ] || \
|
||||
ln -s /usr/portage /var/db/repos/gentoo
|
||||
grep -q ^tmpfs /etc/fstab || \
|
||||
echo >> /etc/fstab 'tmpfs /dev/shm tmpfs defaults,noexec,size=5% 0 0'
|
||||
|
||||
- block:
|
||||
|
||||
- name: make symlinks
|
||||
|
||||
Reference in New Issue
Block a user