AnsIBlE sYntAx

main
WhatTheMike 2 years ago
parent 6e20bbb596
commit 4b2d566e18

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

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

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

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

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

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

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

@ -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
Loading…
Cancel
Save