Re: Untitled

From Insensitive Hedgehog, 3 Years ago, written in Plain Text, viewed 253 times. This paste will shuffle off the mortal coil in 1 Second. This paste is a reply to Untitled from Speedy Hamster - go back
URL https://paste.steamr.com/view/1d8383ad/diff Embed
Viewing differences between Untitled and Re: Untitled
                                                                                                                                                                                                      
# Add the group to the netapp
netapp                                                                                                                                                                                      
- name: Add group to netapp
  debug:
    
netapp                                                                                                                                                                                        
  debug:                                                                                                                                                                                                           
    
msg: "vserver services name-service unix-group create -vserver ITSOBulkData01 -name {{ item }} -id {{ account_groups | selectattr('group', 'equalto', item) | map(attribute='gid') | join(',') }} "
  loop: 
"            
  with_items: 
"{{ netapp_groups }}"
  
}}"                                                                                                                                                                                
  
when: account_groups | selectattr("group", "equalto", item)
  loop_control:
    label: "{{ item.username }}"
item) | join(',')                                                                                                                                          
              

Reply to "Re: Untitled"

Here you can reply to the paste above