Add nut SSH remote shutdown

This commit is contained in:
Daniel A. Maierhofer
2018-03-05 01:57:41 +01:00
parent 25b918804d
commit b4e2669492
13 changed files with 77 additions and 4 deletions

View File

@@ -0,0 +1,13 @@
#- name: lxc - betam container
# lxc_container:
# name: betam
# template: debian
- name: lxc - betam config
copy:
dest: /var/lib/lxc/lxc-betam-01/config
src: lxc-betam.conf
owner: root
group: root
mode: 0644
backup: yes

View File

@@ -22,3 +22,7 @@
- include_tasks: lxc.yml
when: ariane_lxc
tags: ['ariane_lxc', 'lxc']
- include_tasks: lxc-betam.yml
when: ariane_lxc
tags: ['ariane_lxc', 'lxc']