init
This commit is contained in:
11
ansible/playbooks/proxmox/lxc/shutdown.yml
Normal file
11
ansible/playbooks/proxmox/lxc/shutdown.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
- name: shutdown lxc container
|
||||
hosts:
|
||||
- dev-kyiv01-psy-proxmox-main-01
|
||||
become: true
|
||||
roles:
|
||||
- role: proxmox/lxc/shutdown
|
||||
vars:
|
||||
lxc_id: 200
|
||||
|
||||
# ansible-playbook playbooks/proxmox/lxc/shutdown.yml -i inventory.ini
|
||||
Reference in New Issue
Block a user