Initial Ansible scenarios
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
---
|
||||
all:
|
||||
hosts:
|
||||
example:
|
||||
ansible_password: change-me
|
||||
ansible_become_password: change-me
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
all:
|
||||
hosts:
|
||||
example:
|
||||
ansible_host: 192.0.2.10
|
||||
ansible_user: deploy
|
||||
Reference in New Issue
Block a user