Shell Profile

Document Control

TODO:

  • Overall structure.
  • Initial draft complete
  • Testing
  • Ready

Ansible Role Ansible Quality Score Build Status GitHub issues GitHub last commit

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: crivetimihai.profile
      vars:
        profile_enable_service: true
      tags: profile
# Install the role
ansible-galaxy install crivetimihai.profile

# Run the playbook
ansible-playbook profile-playbook.yml

Last update: 2020-02-03