Ansible Script 추가
This commit is contained in:
11
ansible/01_old/password_change.yml_bak
Normal file
11
ansible/01_old/password_change.yml_bak
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
- hosts: all
|
||||
become: true
|
||||
roles:
|
||||
- password_change
|
||||
vars:
|
||||
username: dev2
|
||||
adminuser: root
|
||||
#manual_password: saasadmin1234
|
||||
sshmainport: 2222
|
||||
debug_mode: True
|
||||
Reference in New Issue
Block a user