apt__keys - reading from ansible controller
by hvjunk
Good day,
I have a need where the destination instances only have access to a apt_cacher_ng to fetch data.
I would like to make use of something like the debops.keyring role to push the locally (on the Ansible controller) stored .asc files (typically all those that would’ve been in {{inventory}}/../keyring/ ) to the instances.
Is it doable in the inventory to be pushed using the bootstrap playbook, or do I need to do some other hackery first?
Hendrik
3 years, 5 months
nextcloud with database server on different host
by Jan Kowalsky
Hi all,
I'm asking me (and you) if it's intended to setup nextcloud with
defined
owncloud__database_server: some-server
not on localhost without creating user/password/db on this host by my
own.
My idea was that the task to create database and users ist delegatet to
the database server. But while setting up nextcloud on
TASK [owncloud : Automatically finish setup via the occ tool]
***********************************************************************
I get an error on "Failed to connect to the database: An exception
occurred in the driver: SQLSTATE[HY000] [1698] Access denied for user"
which is logical since there is no user and database created.
Any ideas?
Thanks and regards.
Jan
3 years, 5 months
ldap debops / fusiondirectory and dn syntax
by Jan Kowalsky
Hi Maciej,
a couple of weeks ago I experimented with fusiondirectory and debops
schema. Everythink worked so far with some special configuration.
But now I encounter a new problem. While adding new entries via
fusiondirectory works, editing of existing entries leads to renaming of
distinguished name:
After adding a user I have dn like:
uid=tuser,ou=People,dc=intern,dc=example,dc=org
after first editing with fusiondirectory I get:
cn=User Test+uid=tuser,ou=People,dc=intern,dc=example,dc=org
But interesting: Further editing returns an error:
Move from "cn=User Test+uid=tuser,ou=People,dc=example,dc=org" to
"uid=tuser,ou=people,dc=intern,dc=example,dc=org" failed: Object class
violation (while operating on LDAP server ldap://ldap.example.org)
I wondering if this is related to the special debops schemata or if
it's a configuration problem in fusiondirectory.
Kind regards
Jan
3 years, 5 months