Init project
This commit is contained in:
parent
de5a8de641
commit
88bdb77e83
10 changed files with 261 additions and 1 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