Switch back to this setup
This commit is contained in:
parent
c6e71f899a
commit
75a68ab596
2 changed files with 1 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
#
|
||||
- name: setup /etc/sudoers.d/sysadmin-main
|
||||
copy: src="{{ private }}/files/sudo/sysadmin-main" dest=/etc/sudoers.d/ owner=root group=root mode=0600
|
||||
when: sudoers_main == 'passwd'
|
||||
when: sudoers_main is not defined
|
||||
tags:
|
||||
- config
|
||||
#
|
||||
|
|
|
@ -33,5 +33,3 @@ global_pkgs_inst: ['bind-utils', 'mailx', 'nc', 'openssh-clients',
|
|||
netapp_iscsi_name: iqn.1992-08.com.netapp:sn.1573980081:vf.6fb258f4-106f-11e2-ae29-00a098161d90
|
||||
# iscsi portal for netapp iscsi volume
|
||||
netapp_iscsi_portal: 10.5.88.35
|
||||
#
|
||||
sudoers_main: passwd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue