AIX Packages
Document Control
TODO:
- Overall structure.
- Initial draft complete
- Testing
- Ready
User Story: AIX Packages
As a: AIX administrator
I want to: install packages
So that: automate my system.
Using the role
Using the role in a playbook
--- - name: Install aix-packages hosts: all tasks: - name: aix-packages is configured import_role: name: devopstoolbox.aix-packages vars: aix-packages_enable_service: true tags: aix-packages
# Install the role ansible-galaxy install devopstoolbox.aix-packages # Run the playbook ansible-playbook aix-packages-playbook.yml
Last update: 2020-02-09