AnsIBlE sYntAx

main
WhatTheMike 2 years ago
parent 6e20bbb596
commit 4b2d566e18

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

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

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

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

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

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

@ -1,3 +1,4 @@
---
- name: Service Tag Retriever - name: Service Tag Retriever
hosts: proxmox hosts: proxmox
tasks: 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