Use group_data inventory
This commit is contained in:
parent
b4a20ea6e9
commit
14d127fa2c
5 changed files with 63 additions and 26 deletions
1
inventories/dev.py
Normal file
1
inventories/dev.py
Normal file
|
@ -0,0 +1 @@
|
|||
dev_servers = ['@ssh/debian11.home.arpa']
|
1
inventories/production.py
Normal file
1
inventories/production.py
Normal file
|
@ -0,0 +1 @@
|
|||
production_servers = ['@local']
|
Reference in a new issue