search for: playbooks

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

2017 Jun 05
2
C7 ansible 2.3 become_method: su not working
...AFT 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 bombs timing out on privilege escalation. Every single time. I'm absolutely frustrated and am almost ready to throw ansible to the curb for something that doesn't suck so bad. But before I do, I'm asking the list, anyone seen anythin...
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'
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
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
Am 08.11.18 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
for the A nat B C connect back to A using -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
2011 Aug 09
1
[ips@shaw.ca: Repeat mails. INC000023456674]
Anyone seen this before? ----- Forwarded message from ips at shaw.ca ----- X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on doctor.nl2k.ab.ca X-Spam-Level: * X-Spam-Status: No, score=1.0 required=5.0 tests=RCVD_IN_BACKSCATTER autolearn=no version=3.3.2 X-Original-To: root at doctor.nl2k.ab.ca Delivered-To: root at doctor.nl2k.ab.ca X-Virus-Scanned: amavisd-new at doctor.nl2k.ab.ca
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
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"
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
Am 12.11.18 um 08:22 schrieb Stefan G. Weichinger via samba: > Am 08.11.18 um 14:36 schrieb Stefan G. Weichinger via samba: >> Am 08.11.18 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
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/e...
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 least...
2016 Apr 20
0
Howto test upgrades?
...member (file server): Install configuration, pam... --> done already This is a lot of effort because we didn't really understand how to continuously backup and replay a running domain. Samba gives us so much headache that it is worth to dedicate some time in this to get it right. These playbooks can be run on vms, containers and real server for continuously testing. Yup we're paranoid. I believe the truth is to have a replay strategy and testing it automatically with a backup, this is at least for me the only confidence I get running software we are depending on. Samba has to be tr...
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
On 07/03/2017 10:52 AM, m.roth at 5-cent.us wrote: > Chris Olson wrote: >> On Monday, July 3, 2017 5:58 AM, "m.roth at 5-cent.us" <m.roth at 5-cent.us> >> wrote: >> Chris Olson wrote: >> <snip> >>> I went on vacation right after an update to one of our virtual CentOS >>> 6.9 systems so it was not restarted for a period of
2017 Sep 15
2
CentOS 6.4 apparent rpm problem
Well, after three days of beating my head against my desk, 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
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