move all custom ansible roles to this repository
This commit is contained in:
parent
9191405067
commit
7e651545cd
21 changed files with 2217 additions and 21 deletions
|
@ -1,5 +1,5 @@
|
|||
[defaults]
|
||||
roles_path=~/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:roles
|
||||
roles_path=../../../ansible_roles:~/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:roles
|
||||
inventory=inventory
|
||||
interpreter_python=/usr/bin/python3
|
||||
remote_user = root
|
||||
|
|
Reference in a new issue