Services
Document Control
TODO:
- Overall structure.
 - Initial draft complete
 - Testing
 - Ready
 
User Story: Services
As a: UNIX and Linux system administrator
I want to:
- feature 1
 - feature 2
 
So that: benefit
Using the role
Using the role in a playbook
--- - name: Install services hosts: all tasks: - name: services is configured import_role: name: crivetimihai.services vars: services_enable_service: true tags: services
# Install the role ansible-galaxy install crivetimihai.services # Run the playbook ansible-playbook services-playbook.yml
  Last update: 2020-02-04