Renamed inventories to inventory; added screen package
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[defaults]
|
||||
|
||||
inventory = ./inventories/hosts.ini
|
||||
inventory = ./inventory/hosts.ini
|
||||
roles_path = ./roles
|
||||
collections_paths = ./collections
|
||||
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