Skip to content

Instantly share code, notes, and snippets.

@robinsg
Last active October 30, 2020 15:26
Show Gist options
  • Save robinsg/2f47ce377faec1a077487c03de9ead8a to your computer and use it in GitHub Desktop.
Save robinsg/2f47ce377faec1a077487c03de9ead8a to your computer and use it in GitHub Desktop.
- - -
# defaults file for roles/aix_groups
dft_group: "appgrp"
- - -
# tasks file for ../roles/aix_groups
- name: Create group(s) for In House App
ibm.power_aix.group:
name: "{{ dft_group }}"
state: present
tags:
- aix_groups
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment