Remove sshsign hosts

This commit is contained in:
Timo Makinen 2022-09-13 15:46:43 +00:00
parent 5a0b16cb28
commit 4cd5d7f3d5
5 changed files with 2 additions and 48 deletions

View file

@ -1,24 +0,0 @@
---
- import_playbook: "include/deploy-kvm-guest.yml myhosts=sshsign"
- name: configure instance
hosts: sshsign
user: root
gather_facts: true
vars_files:
- "{{ ansible_private }}/vars.yml"
pre_tasks:
- name: mount /export
mount:
name: /export
src: /dev/sd1a
fstype: ffs
opts: rw,softdep,noatime
passno: "1"
dump: "2"
state: mounted
roles:
- base