Added all files
This commit is contained in:
4
examples/000_initial_example/001-hostname.yml
Normal file
4
examples/000_initial_example/001-hostname.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
- hosts: all
|
||||
tasks:
|
||||
- command: hostname
|
||||
19
examples/000_initial_example/hosts
Normal file
19
examples/000_initial_example/hosts
Normal file
@@ -0,0 +1,19 @@
|
||||
[database]
|
||||
192.168.0.2
|
||||
192.168.0.3
|
||||
|
||||
[loadbalancer]
|
||||
192.168.0.3
|
||||
192.168.0.4
|
||||
|
||||
[webserver]
|
||||
192.168.0.4
|
||||
|
||||
[alfa]
|
||||
192.168.0.2
|
||||
|
||||
[bravo]
|
||||
192.168.0.3
|
||||
|
||||
[charlie]
|
||||
192.168.0.4
|
||||
Reference in New Issue
Block a user