Displaying 20 results from an estimated 74 matches for "playbook".
Did you mean:
playbooks
2024 Jun 11
5
Group Policy alternative (Looking for feedback on a project)
Hello all,
So I am working on a group policy-like system based around Ansible.
Essentially, I am going to use Ansible playbooks as a cross-platform
alternative to the Windows registry and Group Policy Objects (GPOs). In
Samba, the way the group policy is applied is that it reads the set
registry values and then tries to translate that into Linux language.
This is inefficient and limiting as from my understanding it eff...
2017 Jun 05
2
C7 ansible 2.3 become_method: su not working
...su'.
I'm not a newbie with Ansible as I used it extensively in my previous
position to manage ~70 or so Ubuntu servers. The Ansible is CentOS 7.
I'm working on getting Ansible to play nice with privilege escalation
using SU and NAFT has worked. Here's an example (very simple) playbook:
Because I'm having to use 'su' I have to either add the user password to
the inventory file or use the --ask-become-pass parameter to the command
line. Every time I do, I get this:
[root at ansible ~]# ansible-playbook playbooks/radtest.yml --ask-become-pass
SUDO password:
It bo...
2024 Jun 12
1
Group Policy alternative (Looking for feedback on a project)
Check sambabox.io
On Wed, Jun 12, 2024 at 00:01 Darin via samba <samba at lists.samba.org> wrote:
> Hello all,
>
> So I am working on a group policy-like system based around Ansible.
> Essentially, I am going to use Ansible playbooks as a cross-platform
> alternative to the Windows registry and Group Policy Objects (GPOs). In
> Samba, the way the group policy is applied is that it reads the set
> registry values and then tries to translate that into Linux language.
> This is inefficient and limiting as from my unde...
2017 Nov 15
6
run bash <filename> from cron
This might be a bit OT, but I've never had to do this before and what
I've googled doesn't seem to be working.
I have an ansible playbook that I'm working on that I want to run as a
cronjob.? One task I'm having trouble with is where I have a text file
with lines like:
rd.pl "blah blah"
rd.pl "blah blah blah"
This text file has to be 'executed' using 'bash filename.txt'. (Don't
ask...
2017 Nov 15
1
run bash <filename> from cron
> On Nov 15, 2017, at 11:48 AM, m.roth at 5-cent.us wrote:
>
> Mark Haney wrote:
>> This might be a bit OT, but I've never had to do this before and what
>> I've googled doesn't seem to be working.
>>
>> I have an ansible playbook that I'm working on that I want to run as a
>> cronjob. One task I'm having trouble with is where I have a text file
>> with lines like:
>>
>> rd.pl "blah blah"
>> rd.pl "blah blah blah"
>>
>> This text file has to be 'exe...
2017 Jun 05
0
C7 ansible 2.3 become_method: su not working
On 06/05/2017 10:40 AM, Mark Haney wrote:
> [root at ansible ~]# ansible-playbook playbooks/radtest.yml
> --ask-become-pass
> SUDO password:
ansible-playbook --become-method su --ask-become-pass playbooks/radtest.yml
2018 Nov 08
2
my protected AD, part 2
...um 12:22 schrieb Stefan G. Weichinger via samba:
> does someone have a clever script to regenerate passwords on a
> standalone server?
>
> I'd like to run it via cron once a month ... just to comply to upstream
> requirements to rotate passwords ...
I wonder if a nice ansible playbook might help me here ...
2018 May 06
1
Dovecot fts script with solr
...e attachments.
4 - I may rewrite the script in Python
5 - Suggestions welcome.
I initially attached the current version of the script, but the email is
probably pending for review...In this case, the last development version
is on Github:
https://github.com/progmaticltd/homebox/blob/dev/install/playbooks/roles/dovecot/files/fts/decode2text
The configuration of supported mime types is a simple file, accessible
on github as well:
https://github.com/progmaticltd/homebox/blob/dev/install/playbooks/roles/dovecot/templates/fts/mime-supported.conf
Thanks for your advices or suggestions.
2019 Dec 29
2
securing a hop
...-R 2222:localhost:22 pattern,
(see diagram at https://github.com/daradib/sidedoor)
I want to limit B's user to just what is needed to do the port forward.
I am hoping this is documented, but I can't find much more than "you should
future out how to secre it."
I setup an ansible playbook to instal and configure sidedoor on A. I have
written some docs on securing B which is mostly:
1. append to /etc/ssh/sshd_config (user is from sidedoor.yml)
Match User {user}
MaxSessions 60
PasswordAuthentication no
ChrootDirectory %h
X11Forwarding no
AllowTcpForwarding yes...
2024 Jun 06
2
Classicupgrade FL 2012_R2 NTLM/Kerberos logon
...le to go back to a
> working configuration. So I suppose the best option is to do a slow
> migration with the ability to quickly do and undo changes.
- Classisupgrade is destructive for the NT4 Domain, but we can keep data
of the old NT4 Domain and we can rollback to this with ours Ansible
playbooks. We will loose all change between migration and rollback and
we will improve a possible long downtime.
- With "Big Bang" approach we are able to keep our old NT4 Domain if we
need to rollback to it. But in this case the problem is the access to
the filers. I think that we can't h...
2011 Aug 09
1
[ips@shaw.ca: Repeat mails. INC000023456674]
...753 558400
Worldwide: +1-519-888-6181
Email: help at blackberry.com
Web: www.blackberry.com
***Now Available - BlackBerry Training for BlackBerry Enterprise Server software administrators. For information about current course offerings, please visit www.blackberry.com/go/training.
BLACKBERRY? PLAYBOOK??? - WORK SMARTER. PLAY HARDER.
Introducing the world???s first professional-grade tablet.
www.blackberry.com/playbook
----- End forwarded message -----
--
Member - Liberal International This is doctor at nl2k.ab.ca Ici doctor at nl2k.ab.ca
God, Queen and country! Never Satan President Republic!...
2017 Nov 15
0
run bash <filename> from cron
Mark Haney wrote:
> This might be a bit OT, but I've never had to do this before and what
> I've googled doesn't seem to be working.
>
> I have an ansible playbook that I'm working on that I want to run as a
> cronjob.? One task I'm having trouble with is where I have a text file
> with lines like:
>
> rd.pl "blah blah"
> rd.pl "blah blah blah"
>
> This text file has to be 'executed' using 'bash fil...
2017 Nov 15
0
run bash <filename> from cron
On Wed, 15 Nov 2017, Mark Haney wrote:
> This might be a bit OT, but I've never had to do this before and what I've
> googled doesn't seem to be working.
>
> I have an ansible playbook that I'm working on that I want to run as a
> cronjob.? One task I'm having trouble with is where I have a text file with
> lines like:
>
> rd.pl "blah blah"
> rd.pl "blah blah blah"
>
> This text file has to be 'executed' using 'bash f...
2019 Apr 05
1
SMTPUTF8 support
Le 2019-04-04 03:28, Andr? a ?crit?:
> I have it working, only with the user part of the email address.
>
> It works well, as long as the whole chain of software is correctly
> configured.
>
> I have not tested with a whole domain in UTF8 yet.
>
> More details and working examples here:
> https://github.com/progmaticltd/homebox
>
> Good luck.
Homebox looks
2018 Nov 12
1
my protected AD, part 2
...gt;> does someone have a clever script to regenerate passwords on a
>>> standalone server?
>>>
>>> I'd like to run it via cron once a month ... just to comply to upstream
>>> requirements to rotate passwords ...
>>
>> I wonder if a nice ansible playbook might help me here ...
>
> Is it possible to let the user change his password from within windows
> when the server is a standalone samba?
Asked in another way:
if I let the "samba password" expire in a way, will this enforce the
user to choose a new password within his Window...
2022 Feb 21
2
ansible upgrade
Hey all, back from vacation and seeing ansible 2.12 in the repos now.
Anything to be aware of when upgrading from 2.9 to 2.12 in CS8?
--
Thanks,
Leon
2023 May 14
1
Invalid value '-1' for 'cpu.max': Invalid argument - a result of?
...below a result of?
12284 still running (86040)
Invalid value '-1' for 'cpu.max': Invalid argument
12284 still running (86035)
12284 still running (86030)
this is a snippet from libvirtd logs which is a consequence
of what ovirt's engine setup is doing.
To troubleshoot ansible playbooks which is what engine setup
does, as I understand it, would be an impossible task for me
so I reckoned I should try this end.
many thanks, L.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20230514/...
2023 May 15
1
Invalid value '-1' for 'cpu.max': Invalid argument - a result of?
...rom
virCgroupV2SetCpuCfsPeriod().
> 12284 still running (86035)
> 12284 still running (86030)
This string doesn't appear in our code base.
>
> this is a snippet from libvirtd logs which is a consequence of what
> ovirt's engine setup is doing.
> To troubleshoot ansible playbooks which is what engine setup does, as I
> understand it, would be an impossible task for me so I reckoned I should
> try this end.
>
If you don't provide more context from the log I don't think we can help
you, sorry. If there isn't more context (which I doubt, because at leas...
2016 Apr 20
0
Howto test upgrades?
...samba AD and we never achieved the feeling of being in control. To
be fair samba has a much bigger
responsibility than before and we can do things we couldn't before.
We are deploying our software with ansible and dynamically generating
docker containers - I'm trying to create an ansible playbook for samba
with three different flavors:
1. Create new domain controller from template for desaster recovery:
Install configuration, add users, add groups, add dns entries - all
from (plain text) backup.
2. Add new domain controller to existing domain (Join, rsync sysvol ..)
3. Create domain m...
2024 Jun 06
1
Classicupgrade FL 2012_R2 NTLM/Kerberos logon
On Thu, 6 Jun 2024 13:33:04 +0200
Havany via samba <samba at lists.samba.org> wrote:
> - Classisupgrade is destructive for the NT4 Domain, but we can keep
> data of the old NT4 Domain and we can rollback to this with ours
> Ansible playbooks. We will loose all change between migration and
> rollback and we will improve a possible long downtime.
>
> - With "Big Bang" approach we are able to keep our old NT4 Domain if
> we need to rollback to it. But in this case the problem is the access
> to the filers. I thi...