search for: playbook

Displaying 20 results from an estimated 68 matches for "playbook".

Did you mean: playbooks
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...
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...
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...
2022 Feb 22
1
ansible upgrade
...y Qualified Collection Names) for? modules ... > > FWIW, CentOS Infra still on ansible 2.9.27 from our own configuration > management SIG and ansible-core excluded in yum/dnf to ensure that our > automation still runs fine (until we have time to test/convert all our > roles/tasks/playbooks to run on ansible 5 - aka ansible-core 2.12.x) > Thanks Fabian for the insights. I was planning such tests for May but that seems to be to late now. I remember that someone wanted to provide a meta package that pull additional ansible collections to give a similar experience like 2.9? Maybe...
2017 Jul 03
1
System Start-Up Issue
.... Okay, stupid question, if yum-cron was jacked up months back are you still using it? And if so, why? Never in my life have I ever scheduled updates on any server for any reason. Mostly because I don't trust it to do it right. Also mostly because I use ansible to manage that, and that playbook is always manually run just in case there's an issue. But yeah, you might be hosed. If this is a VM, do you not have a snapshot handy? (I know, I'm late to the party but was camping this weekend. -- Mark Haney Network Engineer at NeoNova 919-460-3330 option 1 mark.haney at neonova.net...
2017 Sep 15
2
CentOS 6.4 apparent rpm problem
...I'm waving the white flag.? I've got a CentOS 6.4 box (yeah, I know) that I blew away the OpenLDAP client and installed the freeipa-client as we're transitioning off this terrible OpenLDAP implementation here.? Everything installed fine, and while I'm still tweaking the ansible playbook for completely flushing PAM and OpenLDAP stuff off the box (we have more than 100 other C6 boxes to migrate), everything works fine with logging in using our IPA credentials. The only thing that /doesn't/ work is sudo. While debugging it, it was suggested (on the FreeIPA list) to update sud...
2016 Apr 19
5
Howto test upgrades?
Hi, maybe this thread should ask an even more general question: How are AD-DC admins supposed to test upgrades? If there is more than one AD-DC, an upgraded DC which causes problems cannot (must not) be restored from backup. This is one of the reasons why I do not want to switch to AD. A PDC *can* simply be restored from backup. It is even enough to switch back to the previous contents of