Freeipa
Document Control
TODO:
- Overall structure.
- Initial draft complete
- Testing
- Ready
User Story: Freeipa
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 freeipa hosts: all tasks: - name: freeipa is configured import_role: name: devopstoolbox.freeipa vars: freeipa_enable_service: true tags: freeipa
# Install the role ansible-galaxy install devopstoolbox.freeipa # Run the playbook ansible-playbook freeipa-playbook.yml
Last update: 2020-02-13