Initial commit

This commit is contained in:
Torjus Håkestad 2022-01-10 21:57:28 +01:00
commit ccf63c073d
3 changed files with 12 additions and 0 deletions

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# nrec-ansible
Ansible playbooks for stuff in NREC.

4
inventory/hosts.yml Normal file
View File

@ -0,0 +1,4 @@
all:
hosts:
docker2.t-juice.club
docker.t-juice.club

5
project/ping.yml Normal file
View File

@ -0,0 +1,5 @@
---
- hosts: all
tasks:
- name: Ping hosts
ansible.builtin.ping: