AnsIBlE sYntAx

This commit is contained in:
WhatTheMike 2022-12-25 21:13:09 +00:00
parent 6e20bbb596
commit 4b2d566e18
8 changed files with 7 additions and 7 deletions

View File

@ -1,3 +1,4 @@
---
proxmox:
hosts:
kestrel:

View File

@ -1,3 +1,4 @@
---
- name: Bind9 Server Setup
hosts: bind
tasks:

View File

@ -1,3 +1,4 @@
---
- name: FreeIPA Server Setup
hosts: freeipadcs
tasks:

View File

@ -1,3 +1,4 @@
---
- name: Basic server setup
hosts: grafana
tasks:

View File

@ -1,3 +1,4 @@
---
- name: Basic InfluxDB server setup
hosts: influxdb
tasks:

View File

@ -1,3 +1,4 @@
---
- name: NUT pi install/maintenance
hosts: nutpis
tasks:

View File

@ -1,3 +1,4 @@
---
- name: Service Tag Retriever
hosts: proxmox
tasks:

View File

@ -1,7 +0,0 @@
- name: Variable echo test
hosts: ansiblelxc
tasks:
- name: Echoing!
ansible.builtin.shell:
cmd: "echo [{{ testvar }}] > /dev/pts/5"
executable: /bin/bash