Upload files to "/"
This commit is contained in:
@@ -0,0 +1,28 @@
|
|||||||
|
all:
|
||||||
|
hosts:
|
||||||
|
children:
|
||||||
|
Containers:
|
||||||
|
hosts:
|
||||||
|
ansible.alpine:
|
||||||
|
ansible_connection=ssh
|
||||||
|
ansible_user=ansible
|
||||||
|
ansible.debian:
|
||||||
|
ansible.rocky:
|
||||||
|
ansible.suse:
|
||||||
|
ansible.ubuntu:
|
||||||
|
France:
|
||||||
|
hosts:
|
||||||
|
ansible.alpine:
|
||||||
|
freebsd:
|
||||||
|
vars:
|
||||||
|
timezone : 'Europe/Paris'
|
||||||
|
ntp_server : '0.fr.pool.ntp.org'
|
||||||
|
VM:
|
||||||
|
hosts:
|
||||||
|
Freebsd:
|
||||||
|
ansible_host: 10.11.12.13
|
||||||
|
vars:
|
||||||
|
DNS1: 192.168.0.254
|
||||||
|
DNS2: 2606:4700:4700::1111
|
||||||
|
DNS3: 2606:4700:4700::1001
|
||||||
|
DNS4: 1.1.1.1
|
||||||
Reference in New Issue
Block a user