Aleksey Gavrilov

Results 4 comments of Aleksey Gavrilov

I think there is an elegant solution. dns66 can be such a provider on the phone. and in the settings specify 127.0.0.1 this mode has a plus in that it...

In this case, the id is used to connect devices that are not managed by ansible

``` role_syncthing_data: folders: - inventory_hosts: '{{ groups.homes }}' path: '/home/user/crypt/' id: 'crypt' ``` this config will set up the crypt folder on the homes group at the specified path and...

To solve the problem run speed of the role several times. You can use this code, but you must take into account the nuances. ``` - name: init test include:...