Initial commit
This commit is contained in:
commit
ccf63c073d
3
README.md
Normal file
3
README.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# nrec-ansible
|
||||||
|
|
||||||
|
Ansible playbooks for stuff in NREC.
|
4
inventory/hosts.yml
Normal file
4
inventory/hosts.yml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
all:
|
||||||
|
hosts:
|
||||||
|
docker2.t-juice.club
|
||||||
|
docker.t-juice.club
|
5
project/ping.yml
Normal file
5
project/ping.yml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
- hosts: all
|
||||||
|
tasks:
|
||||||
|
- name: Ping hosts
|
||||||
|
ansible.builtin.ping:
|
Loading…
Reference in New Issue
Block a user