mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Custom peervpn role
This commit is contained in:
parent
bc0f0c4894
commit
fbab1d084a
22 changed files with 1162 additions and 13 deletions
|
|
@ -66,6 +66,8 @@ class SCWInventory(object):
|
|||
tag.split(':')[1],
|
||||
host
|
||||
)
|
||||
if tag.startswith('fact'):
|
||||
self.response['_meta']['hostvars'][host][tag.split(':')[1]] = tag.split(':')[2]
|
||||
|
||||
def _add_to_response(self, group, hostname):
|
||||
'''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue