mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-06-07 11:43:16 +02:00
Compare commits
2 Commits
0aaa7d2625
...
23f39f1115
Author | SHA1 | Date | |
---|---|---|---|
![]() |
23f39f1115 | ||
![]() |
04250e0ba7 |
@ -1,11 +1,14 @@
|
||||
module samba-dc 1.0;
|
||||
module samba-dc 1.1;
|
||||
|
||||
require {
|
||||
type ntpd_var_run_t;
|
||||
type unconfined_service_t;
|
||||
type chronyd_t;
|
||||
class sock_file write;
|
||||
class unix_stream_socket connectto;
|
||||
}
|
||||
|
||||
#============= chronyd_t ==============
|
||||
allow chronyd_t ntpd_var_run_t:sock_file write;
|
||||
allow chronyd_t unconfined_service_t:unix_stream_socket connectto;
|
||||
|
||||
|
@ -19,6 +19,7 @@
|
||||
when: samba_role == 'dc' or samba_role == 'rodc'
|
||||
with_items:
|
||||
- samba_domain_controller
|
||||
- rsync_sys_admin
|
||||
tags: samba
|
||||
|
||||
- name: Copy custom policy
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Version of Vault to install
|
||||
vault_version: 1.19.3
|
||||
vault_version: 1.19.4
|
||||
# URL of the archive
|
||||
vault_archive_url: https://releases.hashicorp.com/vault/{{ vault_version }}/vault_{{ vault_version }}_linux_amd64.zip
|
||||
# Expected sha256 of the archive
|
||||
vault_archive_sha256: 94b1f5059ab7751d2305bd109289d7d6946c8c7e4c5227fd78ab67739fa43be2
|
||||
vault_archive_sha256: d8621f31427ecb6712923fc2db207b3b3c04711b722b11f34627cd4cf837a9c6
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user