mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 12:38:11 +00:00
bitwarden
This commit is contained in:
parent
36d05d3d8b
commit
2d5c7d8cd5
11
hosts.yml
11
hosts.yml
@ -201,6 +201,17 @@ datacenter:
|
||||
ansible_ssh_pass: q
|
||||
ansible_become_user: root
|
||||
ansible_become_password: l4c1j4yd33Du5lo
|
||||
morefine-server:
|
||||
hosts:
|
||||
192.168.77.47:
|
||||
vars:
|
||||
jaydee_install_mqtt_srv: true
|
||||
ansible_python_interpreter: auto_silent
|
||||
ansible_ssh_user: jd
|
||||
ansible_ssh_pass: q
|
||||
ansible_password: q
|
||||
ansible_become_user: root
|
||||
ansible_become_password: q
|
||||
nas:
|
||||
hosts:
|
||||
192.168.77.106:
|
||||
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
- name: Changing permission
|
||||
ansible.builtin.shell: 'chown -R root. /share/docker_data/'
|
||||
become: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user