All checks were successful
Master branch: build & lint / build (push) Successful in 1m0s
Adds an action to perform some linting actions on ansible and the yaml files, both on push onto master and on pull requests Reviewed-on: #1
8 lines
162 B
INI
8 lines
162 B
INI
[defaults]
|
|
remote_user = root
|
|
remote_port = 22
|
|
host_key_checking = False
|
|
pipelining=True
|
|
inject_facts_as_vars = True
|
|
roles_path = roles
|
|
inventory = inventory.ini
|