Add sshsign hosts

This commit is contained in:
Timo Makinen 2021-09-26 13:15:27 +00:00
parent d516a33079
commit 893a1c5417
5 changed files with 49 additions and 1 deletions

24
playbooks/sshsign.yml Normal file
View file

@ -0,0 +1,24 @@
---
- 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