more1
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
galaxy_info:
|
||||
author: your name
|
||||
description: your role description
|
||||
company: your company (optional)
|
||||
author: name1
|
||||
description: superorle
|
||||
company: nonono
|
||||
|
||||
# If the issue tracker for your role is not on github, uncomment the
|
||||
# next line and provide a value
|
||||
|
||||
@@ -2,3 +2,7 @@
|
||||
---
|
||||
- name: Shutdown Windows server
|
||||
ansible.windows.win_shell: Stop-Computer -Force
|
||||
ansible_user: "{{ ansible_winrm_user }}"
|
||||
ansible_password: "{{ ansible_winrm_password }}"
|
||||
ansible_winrm_server_cert_validation: ignore
|
||||
when: ansible_winrm_password is defined
|
||||
|
||||
Reference in New Issue
Block a user