Deprecate git02.home.foo.sh

This commit is contained in:
Timo Makinen 2023-04-27 15:44:48 +00:00
parent 77a2bca9c5
commit 2800ee2674
4 changed files with 0 additions and 50 deletions

View file

@ -1,32 +0,0 @@
---
- name: Deploy KVM virtual machines
ansible.builtin.import_playbook: include/deploy-kvm-guest.yml
vars:
myhosts: git
- name: Configure instance
hosts: git
user: root
gather_facts: true
vars_files:
- "{{ ansible_private }}/vars.yml"
pre_tasks:
- name: Mount /export
ansible.posix.mount:
name: /export
src: LABEL=/export
fstype: xfs
opts: noatime,noexec,nosuid,nodev
passno: "1"
dump: "0"
state: mounted
roles:
- base
- git
- git_server
- sssd
- nfs_client
- autofs