Skip to content

Instantly share code, notes, and snippets.

@robinsg
Created October 30, 2020 15:12
Show Gist options
  • Save robinsg/c0f9806ba8f4d11ce2a5e1bce26a9758 to your computer and use it in GitHub Desktop.
Save robinsg/c0f9806ba8f4d11ce2a5e1bce26a9758 to your computer and use it in GitHub Desktop.
- -
# dev_lpar_setup.yml
- name: Set up user groups and directories for AIX Dev LPARs
hosts:
- dev
gather_facts: false
collections:
- ibm.power_aix
roles:
- aix_groups
- aix_users
- aix_directories
- files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment