5 changed files with 16 additions and 0 deletions
@ -0,0 +1 @@ |
|||
env: prod |
|||
@ -0,0 +1 @@ |
|||
env: test |
|||
@ -0,0 +1,5 @@ |
|||
[prod:children] |
|||
target |
|||
|
|||
[target] |
|||
localhost ansible_connection=local ansible_python_interpreter=/usr/bin/python3 |
|||
@ -0,0 +1,5 @@ |
|||
[test:children] |
|||
target |
|||
|
|||
[target] |
|||
localhost ansible_connection=local ansible_python_interpreter=/usr/bin/python3 |
|||
@ -0,0 +1,4 @@ |
|||
- hosts: target |
|||
tasks: |
|||
- debug: |
|||
var: env |
|||
Loading…
Reference in new issue