Untitled

From Speedy Hamster, 3 Years ago, written in Plain Text, viewed 215 times. This paste will hop the perch in 1 Second.
URL https://paste.steamr.com/view/8683c818 Embed
Download Paste or View Raw
  1. # Add the group to the netapp
  2. - name: Add group to netapp
  3.   debug:
  4.     msg: "vserver services name-service unix-group create -vserver ITSOBulkData01 -name {{ item }} -id {{ account_groups | selectattr('group', 'equalto', item) }} "
  5.   loop: "{{ netapp_groups }}"
  6.   when: account_groups | selectattr("group", "equalto", item)
  7.   loop_control:
  8.     label: "{{ item.username }}"
  9.  

Replies to Untitled rss

Title Name Language When
Re: Untitled Insensitive Hedgehog text 3 Years ago.

Reply to "Untitled"

Here you can reply to the paste above