Installs all the basics that are usually required by any environment.
None.
Available variables are listed below, along with default values:
base_username: vagrant
base_group_name: '{{ base_username }}'
base_user_home_path: '/home/{{ base_username }}'
base_profile_d_path: '{{ base_user_home_path }}/profile.d'
A list of other roles hosted on Galaxy should go here, plus any details in regards to parameters that may need to be set for other roles, or variables that are used from other roles.
- hosts: servers
roles:
- { role: bearandgiraffe.base, base_username: 'foo' }
The Unlicense (see LICENSE)
Youssef Chaker (@ychaker) from Bear & Giraffe LLC (@bearandgiraffe).