[Freeipa-users] Re: Running ipa commands through Ansible

2021-01-08 Thread Dominik Vogt via FreeIPA-users
On Fri, Jan 08, 2021 at 04:04:16PM +0100, Thomas Woerner via FreeIPA-users wrote: > > > I'd second the suggestion to use ansible-freeipa's ipaconfig module. > > > > Okay, I'll take a look at that. Sounds much better than the > > modules coming with Ansible. Is it considered to be a part of > > i

[Freeipa-users] Re: Running ipa commands through Ansible

2021-01-08 Thread Thomas Woerner via FreeIPA-users
On 1/8/21 3:40 PM, Dominik Vogt via FreeIPA-users wrote: On Fri, Jan 08, 2021 at 11:31:28AM -0300, Rafael Jeffman wrote: On Fri, Jan 8, 2021 at 11:03 AM Dominik Vogt via FreeIPA-users < freeipa-users@lists.fedorahosted.org> wrote: We have to set up the ipa-server with Ansible scripts, but th

[Freeipa-users] Re: Running ipa commands through Ansible

2021-01-08 Thread Alexander Bokovoy via FreeIPA-users
On pe, 08 tammi 2021, Dominik Vogt via FreeIPA-users wrote: On Fri, Jan 08, 2021 at 11:31:28AM -0300, Rafael Jeffman wrote: On Fri, Jan 8, 2021 at 11:03 AM Dominik Vogt via FreeIPA-users < freeipa-users@lists.fedorahosted.org> wrote: > We have to set up the ipa-server with Ansible scripts, but

[Freeipa-users] Re: Running ipa commands through Ansible

2021-01-08 Thread Dominik Vogt via FreeIPA-users
On Fri, Jan 08, 2021 at 11:31:28AM -0300, Rafael Jeffman wrote: > On Fri, Jan 8, 2021 at 11:03 AM Dominik Vogt via FreeIPA-users < > freeipa-users@lists.fedorahosted.org> wrote: > > > We have to set up the ipa-server with Ansible scripts, but there > > isn't a module for everything. For example, t

[Freeipa-users] Re: Running ipa commands through Ansible

2021-01-08 Thread Dominik Vogt via FreeIPA-users
On Fri, Jan 08, 2021 at 03:17:39PM +0100, Ulrich-Lorenz Schlüter via FreeIPA-users wrote: > > > On 1/8/21 3:02 PM, Dominik Vogt via FreeIPA-users wrote: > > > > > > > > - name: ... > > > > shell: ipa config-mod --ipaselinuxusermaporder="..." > > > > > > > > However, that doesn't work (us

[Freeipa-users] Re: Running ipa commands through Ansible

2021-01-08 Thread Rafael Jeffman via FreeIPA-users
On Fri, Jan 8, 2021 at 11:03 AM Dominik Vogt via FreeIPA-users < freeipa-users@lists.fedorahosted.org> wrote: > We have to set up the ipa-server with Ansible scripts, but there > isn't a module for everything. For example, this command needs to > be executed. > > - name: ... > shell: ipa co

[Freeipa-users] Re: Running ipa commands through Ansible

2021-01-08 Thread Ulrich-Lorenz Schlüter via FreeIPA-users
On 1/8/21 3:10 PM, Dominik Vogt via FreeIPA-users wrote: On Fri, Jan 08, 2021 at 03:09:14PM +0100, Thomas Woerner via FreeIPA-users wrote: On 1/8/21 3:02 PM, Dominik Vogt via FreeIPA-users wrote: We have to set up the ipa-server with Ansible scripts, but there isn't a module for everything.

[Freeipa-users] Re: Running ipa commands through Ansible

2021-01-08 Thread Thomas Woerner via FreeIPA-users
On 1/8/21 3:10 PM, Dominik Vogt via FreeIPA-users wrote: On Fri, Jan 08, 2021 at 03:09:14PM +0100, Thomas Woerner via FreeIPA-users wrote: On 1/8/21 3:02 PM, Dominik Vogt via FreeIPA-users wrote: We have to set up the ipa-server with Ansible scripts, but there isn't a module for everything.

[Freeipa-users] Re: Running ipa commands through Ansible

2021-01-08 Thread Ulrich-Lorenz Schlüter via FreeIPA-users
On 1/8/21 3:10 PM, Dominik Vogt via FreeIPA-users wrote: On Fri, Jan 08, 2021 at 03:09:14PM +0100, Thomas Woerner via FreeIPA-users wrote: On 1/8/21 3:02 PM, Dominik Vogt via FreeIPA-users wrote: We have to set up the ipa-server with Ansible scripts, but there isn't a module for everything.

[Freeipa-users] Re: Running ipa commands through Ansible

2021-01-08 Thread Dominik Vogt via FreeIPA-users
On Fri, Jan 08, 2021 at 03:09:14PM +0100, Thomas Woerner via FreeIPA-users wrote: > > On 1/8/21 3:02 PM, Dominik Vogt via FreeIPA-users wrote: > > We have to set up the ipa-server with Ansible scripts, but there > > isn't a module for everything. For example, this command needs to > > be executed

[Freeipa-users] Re: Running ipa commands through Ansible

2021-01-08 Thread Thomas Woerner via FreeIPA-users
On 1/8/21 3:02 PM, Dominik Vogt via FreeIPA-users wrote: We have to set up the ipa-server with Ansible scripts, but there isn't a module for everything. For example, this command needs to be executed. - name: ... shell: ipa config-mod --ipaselinuxusermaporder="..." However, that doesn