similar to: ansible: which repo?

Displaying 20 results from an estimated 200 matches similar to: "ansible: which repo?"

2020 Sep 06
0
ansible: which repo?
On 03/09/2020 20:51, Leon Fauster via CentOS wrote: > > What would you recommend: ansible is in EPEL8 and ConfigSIG. > For the latter I do not see any sources in git.centos.org. > Where they come from? > > I wonder with which repository I should use (long term)? > > dnf not checking gpg signature sounds scary: > >
2022 Feb 22
1
ansible upgrade
Am 21.02.22 um 16:24 schrieb Fabian Arrotin: > On 21/02/2022 15:49, Leon Fauster via CentOS wrote: >> 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? >> > > You'd be lucky if it works directly , as there were some semantic > changes in ansible, so you'll probably have to
2001 Aug 08
4
build problem with 2.9p1 & p2
Greetings - I don't think this is a bug; just something I don't understand. I'm using RedHat Linux v7.0 with an i686 processor. I've been using openssl v0.9.5a with openssh v2.2.1 I've upgraded to openssl v0.9.6b and openssh v2.9.p2 I've built both packages with the '--prefix=/usr' option. During the openssh 'make install' at 'host-key' I get
2009 May 07
3
Running R in Ubuntu...really basic..sorry
Hi, I've actually run R quite a bit in Windows. I've had a release 8.04 of Ubuntu running a laptop for 3 days now. After struggling for much of that time to install R, I finally figured out that Dell shipped with the sources.list obsolete or just plain wrong. So I finally got it installed last night (for some reason v2.6.2, not v2.9.x). This morning I was able to download and install
2016 Jan 17
2
Need help with changes to 'ScheduleDAGInstrs' on the v3.8 branch
I am stuck trying to adapt my out-of-target implementation to build on SVN head (actually the v3.8 branch, rev #257626). This is currently working on the v3.7.1 sources, but the changes to 'llvm::ScheduleDAGInstrs' have me stumped as to how to revise my implementation to track the changes to this class. Our 'SHAVEAsmScheduler' derives from 'ScheduleDAGInstrs' and uses
2019 Mar 21
2
How to install ansible in centos
Hi I want to know how to configure yum repo for Ansible. -- Thanks and regards Sanjay Walke 9881091624
2011 Aug 31
2
[LLVMdev] Branch transformation with branch-weight metadata
Hello :) I am looking around __builtin_expect() directive for optimization. ( http://llvm.org/docs/BranchWeightMetadata.html ) Since it is not included in v2.9, I am searching about it on svn trunk. I found that the lowering phase generates branch-weight metadata node for that directive. However, I can't find any code related to the metadata even in the branch transformation code. IMHO, in
2011 Nov 22
4
[LLVMdev] Follow-up questions after successful upgrade to LLVM 3.0rc4
We were successful in upgrading our JIT project to LLVM 3.0rc4 last week, after initially struggling with the various usage and IR changes from V2.9. But we have some follow-up questions: 1) In spite of building and running our tests cleanly with DEBUG+ASSERTS and RELEASE builds, we consistently see a crash when we use a DEBUG build without ASSERTs. The crash appears whenever we use the
2011 Nov 03
4
[LLVMdev] Alias Analysis Problem in LICM
Hi, I met an alias analysis problem in the LICM phase. I am using the following piece of code to present this problem. 1 int size; 2 int ** AAA; 3 void * xalloc(int); 4 5 void foo(void) 6 { 7 int i; 8 AAA = (int**) xalloc(size * sizeof(int*)); 9 10 for (i=0; i<size; i++) 11 AAA[i] = 0; 12 } This code tries to
2017 Oct 26
5
Re: Need to increase the rx and tx buffer size of my interface
Hi Ashish, I have tested with your xml in the first mail, and it works for rx_queue_size(see below). multiqueue need to work with vhost backend driver. And when you set "queues=1" it will ignored. Please check your qemu-kvm-rhev package, should be newer than qemu-kvm-rhev-2.9.0-16.el7_4.2 And the logs? tx_queue_size='512' will not work in the guest with direct type interface,
2020 Apr 20
0
Fwd: Guestfish Ansible Modules using Python Bindings
----- Forwarded message from Petros Petrou <ppetrou@redhat.com> ----- Date: Mon, 20 Apr 2020 09:29:37 +0100 From: Petros Petrou To: Richard Jones Subject: Guestfish Ansible Modules using Python Bindings Hi Richard, I have been experimenting with guestfish and rhel qcow2 cloud images the last few months. I was challenged in a recent assignment on how to customize the RHEL 8 qcow image
2019 Nov 18
1
ansible in ovirt repo
Just saw this: ================================================================================ Package Arch Version Repository Size ================================================================================ Updating: ansible noarch 2.9.1-2.el7 ovirt-4.3-centos-ovirt43 17 M which seems new. No longer pulling ansible from
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
2017 Nov 09
0
Possibly [OT] ansible vmware inventory plugin
On 11/08/2017 12:37 PM, Mark Haney wrote: > This might be OT, but it is CentOS related.? I've been running Ansible > on C7 for a handful of months now, and updated to 2.4 as soon as it was > available. I've been building inventories by hand in that time (mostly > due to the fact we had no actual documentation on the managed external > customer servers). However, as we have a
2018 Apr 11
0
Ansible repository shenanigans in EL7
On 11/04/18 13:58, James Hogarth wrote: > For those not aware ansible has been deprecated in RHEL7 from the extras > repository. > > In the RHEL specific world it's now in an optional "product" (basically an > optional subscription) that is part of any RHEL subscription, but it's opt > in. > > As a result ansible is back in the EPEL7 repository for
2018 Apr 11
1
Ansible repository shenanigans in EL7
> Am 11.04.2018 um 15:48 schrieb Fabian Arrotin <arrfab at centos.org>: > ... > - or we try to build those and continue to provide ansible +1 -- LF
2019 Jun 17
2
ansible tutorials for beginners?
Hallo, has anyone here good links abut ansible tutorials for beginners? Thanks Ralf
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 Dec 06
1
retry loop in ansible ?
I have a simple config with some phones ringing simultaneously. Some of them are softphones (zoiper apps on iPhone w/o push notification). If such an app did bot register in time, it has no chance to pick up the call. If I could configure a retry loop checking for registered candidates, say once a second until one phone takes the call, this would allow me to pick up the call with zoiper app
2017 Jun 05
2
C7 ansible 2.3 become_method: su not working
I just don't know what else to try. I've beat my head on this for 3 days now and it's becoming obvious that either Ansible 2.3 is a complete disaster, or the CentOS 7 package is a complete cluster. Here's my problem. I am working on getting an ansible server to manage about 100 or so CentOS 6 servers. All have an unprivileged user account setup (up to 3 years before I got