Un escalier de fer.
This commit is contained in:
commit
d7e1f6ed88
1
.gitignore
vendored
Executable file
1
.gitignore
vendored
Executable file
@ -0,0 +1 @@
|
||||
hosts
|
||||
2
hosts.example
Executable file
2
hosts.example
Executable file
@ -0,0 +1,2 @@
|
||||
[webservers]
|
||||
server.example.org ansible_user=me
|
||||
5
playbook.yml
Executable file
5
playbook.yml
Executable file
@ -0,0 +1,5 @@
|
||||
- hosts: webservers
|
||||
|
||||
tasks:
|
||||
- name: What is your hostname ?
|
||||
command: hostname
|
||||
Loading…
x
Reference in New Issue
Block a user