Shell Profile
Document Control
TODO:
- Overall structure.
- Initial draft complete
- Testing
- Ready
User Story: Profile
As a: UNIX and Linux system administrator
I want to: setup a motd, shell profiles and settings
So that: all users on the system use the profile.
Using the role
Using the role in a playbook
--- - name: Install profile hosts: all tasks: - name: profile is configured import_role: name: devopstoolbox.profile vars: profile_enable_service: true tags: profile
# Install the role ansible-galaxy install devopstoolbox.profile # Run the playbook ansible-playbook profile-playbook.yml
Last update: 2020-02-09