Renamed inventories to inventory; added screen package
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[defaults]
|
[defaults]
|
||||||
|
|
||||||
inventory = ./inventories/hosts.ini
|
inventory = ./inventory/hosts.ini
|
||||||
roles_path = ./roles
|
roles_path = ./roles
|
||||||
collections_paths = ./collections
|
collections_paths = ./collections
|
||||||
host_key_checking = False
|
host_key_checking = False
|
||||||
|
|||||||
5
inventory/group_vars/all.yml
Normal file
5
inventory/group_vars/all.yml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
common_packages:
|
||||||
|
- screen
|
||||||
|
- vim
|
||||||
Reference in New Issue
Block a user