- galaxy 2.0 import question - 3 Updates
- Gathering facts on Hosts with many many interfaces - 2 Updates
- help: install/upgrade a list of RPMs - 3 Updates
- Extends template with ansible - 1 Update
- local hosts entry override ansible_domain and ansible_fqdn - 4 Updates
- Where can I find consistent version dependent documentation? - 1 Update
- core.cloud.openstack Error Fetching Image List - 3 Updates
- nested variables - again - 2 Updates
- How to match regex tab? - 3 Updates
- handlers not being played - 1 Update
- How to use external variable inside an ansible inventory file. - 1 Update
- Using ec2_facts inside a playbook syntax - 2 Updates
- Synchronize between Remote hosts - 2 Updates
- New 'bigip_user' module -- testers needed - 2 Updates
- git pull failing without error - 1 Update
- Can't Ping - Failed to transfer file to... - 3 Updates
- Service restart doing some strange things to bound services - 2 Updates
- hosts per role? - 1 Update
- Ansible or Salt? - 1 Update
- yum_repository module (has anyone thought of doing it...) - 1 Update
- Extracting IP of specific EC2 instance from dynamic inventory outside of current hostvars - 1 Update
- Galaxy 2.0 Beta now available - 1 Update
- Selecting a variable from register - 1 Update
Tim Rupp <caphr...@gmail.com>: Dec 14 10:10PM -0800
Hey folks,
I was testing the new galaxy 2.0 import process from the p.o.v. of a github
organization and had a question.
Right now it imports as "MyOrganization.some-twisted-rolename"
...more
Greg DeKoenigsberg <gr...@ansible.com>: Dec 15 08:45AM -0500
> it to be available as "Redhat.jboss". But to rename the repo in github to be
> just "jboss" would make existing jboss developers think that the jboss
> source was in that directory instead of ...more
Tim <caphr...@gmail.com>: Dec 15 08:40AM -0800
Thanks for the info Greg.
I'm really kind of impartial to the name, but thought I would ask anyway
due to my first impressions.
I think adding an "ansible" prefix in my case would be ...more
Till Klocke <till....@gmail.com>: Dec 15 07:31AM -0800
Hi everyone,
I am using Ansible for quite some time now and I like it very much. But now
I ran into a Problem I can't seem to solve by myself. In my current company
we need to setup L2TP ...more
Brian Coca <bc...@ansible.com>: Dec 15 11:18AM -0500
not yet, but it is comming https://github.com/ansible/ansible/pull/13443
--
Brian Coca
...more
张斌 <gem...@gmail.com>: Dec 14 08:22PM -0800
hi,
i'm new to ansible. i want to install a list of RPMs, and upgrade if
already installed, otherwise just install it.
How to do this with ansible?
Thanks
...more
cmacrae <calum0...@gmail.com>: Dec 15 04:30AM -0800
Hey,
I'd recommend you read fully through the 'Getting Started
<http://docs.ansible.com/ansible/intro_getting_started.html>' guide, and
carry on reading through the other docs - reading these ...more
张斌 <gem...@gmail.com>: Dec 15 08:14AM -0800
Thanks Calum. I already went through the docs, and googled. I know how to
loop with items and install with yum.
But i want to a list of RPMs to be check and install/upgrade, not sure if ...more
Christophe Biguereau <christophe...@gmail.com>: Dec 15 03:48AM -0800
Hi all,
I try to simplify my Nginx template by using extends template. To do that,
I follow the Jinja2 doc
<http://jinja.pocoo.org/docs/dev/templates/#block-nesting-and-scope>
...more
Julien Tognazzi <julien....@gmail.com>: Dec 15 04:02AM -0800
Hi all,
Is it the expected behavior that the value of ansible_domain and ansible_fqdn
changes if an entry in /etc/hosts match the server ip ?
With no entry in /etc/hosts
$ ansible -i test ...more
Julien Tognazzi <julien....@gmail.com>: Dec 15 07:07AM -0800
I justed tested with ansible 2 RC2 and I have the same behavior.
Maybe I should add that the server is a CentOS 6 box.
On Tuesday, December 15, 2015 at 1:02:56 PM UTC+1, Julien Tognazzi wrote:
...more
Brian Coca <bc...@ansible.com>: Dec 15 10:12AM -0500
this is how the underlying python functions and system calls work.
On Tue, Dec 15, 2015 at 10:07 AM, Julien Tognazzi
--
Brian Coca
...more
Fff Fff <shad...@hotmail.com>: Dec 15 07:54AM -0800
Are you sure you have fqdn set up properly? It's not just /etc/hosts that
needs to be setup for properly configued fqdn. It is a bit different
between different Linux flavors and even version of ...more
Fff Fff <shad...@hotmail.com>: Dec 15 07:44AM -0800
After trying to learn Ansible for the past few days the most glaring
problem I have run into is documentation inconsistency.
Ansible has evolved rapidly and all the documentation says "since v1.x ...more
Hugh Ma <infinit...@gmail.com>: Dec 14 12:10PM -0800
>>> glanceclient.__version__
'1.2.0'
>>> print requests.__version__
2.2.1
On Friday, December 11, 2015 at 9:08:53 AM UTC-8, David Shrewsbury wrote:
...more
David Shrewsbury <shrewsb...@gmail.com>: Dec 15 05:51AM -0800
Seems to have been a glance client bug:
https://bugs.launchpad.net/python-glanceclient/+bug/1526254
You can try 'pip install -U requests' which may work around the issue for
you until ...more
Hugh Ma <infinit...@gmail.com>: Dec 15 07:16AM -0800
Perfect thanks.
...more
mto...@go2uti.com: Dec 14 04:09PM -0800
I see a lot of discussion about nested variables in Ansible, but I have not
yet been able to find a solution to my problem. So yet again another
question about nested variables (pease forgive me ...more
Mike Biancaniello <chep...@gmail.com>: Dec 15 07:01AM -0800
Will this do what you need? using structure[list] instead of trying to
nest.
---
- name: stuff
connection: local
gather_facts: no
hosts: localhost
vars:
list: list1 ...more
ju <jupit...@gmail.com>: Dec 14 08:13PM -0800
Hi,
I am running ansible version 1.9. I am using replace module to add
parameters to kernel line which starting with a <tab> in the grub.conf file
<tab>kernel ...more
Tim Rupp <caphr...@gmail.com>: Dec 14 09:56PM -0800
Hi j,
Are you sure that that file contains a tab? Or does it just look like a
tab, or, is your editor replacing tabs with spaces?
I tried this playbook
---
- name: ASDASD
hosts: all ...more
ju <jupit...@gmail.com>: Dec 15 02:07AM -0800
Hi Tim,
You are right, it works if I don't use with_items (something wrong with my
following statement). Anyway, the problem now is that rdblacklist=nouveau
nouveau.modeset=0 is inserted to the ...more
"Johan Söderberg" <joh...@gmail.com>: Dec 14 11:33PM -0800
Hi James,
I'm running 1.9.4 installed from the fedora epel repo.
/Johan
Den tisdag 8 december 2015 kl. 15:57:03 UTC+1 skrev James Cammarata:
...more
anoop....@tarams.com: Dec 14 11:30PM -0800
Hi,
I have an inventory file 'inventory/localhost' and contains;
[localhost]
"{{MYSITE_NAME}}-local.com" ansible_ssh_port=2222
Lets say 'MYSITE_NAME' is a variable defined in some file. ...more
Vasiliy Boulytchev <vasi...@gmail.com>: Dec 14 05:39PM -0800
Folks, consider the following playbook:
##
- name: Gather facts
action: ec2_facts
- debug: msg="{{ ec2_facts }}"
##
Produces a fatal error: `fatal: [10.1.15.119] => One or more undefined ...more
Alexey Vazhnov <alexey....@gmail.com>: Dec 14 09:38PM -0800
ec2_facts return variables with name ansible_ec2*.
If you want to see all variables, try to
use https://github.com/f500/ansible-dumpall
«{{ ansible_facts.ansible_ec2_ami_id }}» is wrong, use ...more
sve...@oration.com: Dec 14 07:37PM -0800
I am trying to synchronize data between remote hosts using the synchroni
module.
HOST A-- Ansible Control Node
HOST B- Host with Data or Source of the data that needs to be copied ...more
Paul Markham <pa...@netrefinery.com>: Dec 14 07:59PM -0800
> According to the documentation, rsync_opts needs to be an array, not a
> string. The last example in the documentation shows this:
synchronize:
src: /tmp/helloworld
dest: ...more
Matt Hite <li...@beatmixed.com>: Dec 14 04:06PM -0800
Would love to get a few more eyes from F5 BIG-IP on a new module I just
submitted for managing users.
Here's the pull request:
https://github.com/ansible/ansible-modules-extras/pull/1370
...more
Tim <caphr...@gmail.com>: Dec 14 05:28PM -0800
Hi Matt,
Thanks for the new PR. I was going to wait for 2.0 to be released to send
these remaining PRs in for new F5 modules, but since I saw this thread,
figured I'd speak up sooner rather than ...more
Scot Hacker <sha...@cca.edu>: Dec 14 04:02PM -0800
Still not sure what was going on with this or why I couldn't get useful
debug info on the problem, but finally rewrote the task as a simple
command: block rather than a git: block:
...more
Ivan Ferrera <iv...@bond.co>: Dec 14 02:05PM -0800
Hi, I have something echoing in /etc/bashrc; need some guidance here.
absible.cfg:
scp_if_ssh = True
hosts:
[myhosts]
host.mydomain.com ansible_connection=ssh ansible_ssh_user=ec2-user ...more
Matt Martz <ma...@sivel.net>: Dec 14 05:02PM -0600
You could either add redirection to send output to /Dev/null or do
something like checking whether it is an interactive session before running
some commands:
...more
Ivan Ferrera <iv...@bond.co>: Dec 14 03:47PM -0800
Awesome, I checked for, and only displayed on interactive session and works
now; thanks!
On Monday, December 14, 2015 at 6:02:18 PM UTC-5, Matt Martz wrote:
...more
Brian Picciano <mediocr...@gmail.com>: Dec 14 02:57PM -0800
[vagrant@brian ansible-repo]$ uname -r
3.10.0-229.14.1.el7.x86_64
[vagrant@brian ansible-repo]$ ansible --version
ansible 1.9.2
I have two processes set up, one bound to the other so that ...more
Brian Picciano <mediocr...@gmail.com>: Dec 14 03:08PM -0800
To follow up, it appears that ansible is not actually calling systemctl
restart, but is instead doing a stop then a start, which is causing this
weirdness. The comments in the source mention that ...more
Hugh Ma <infinit...@gmail.com>: Dec 14 12:21PM -0800
I'm not sure I understand what it is your trying to do here...
If you are trying to have some hosts execute another group's role, you can
use *includes*.
Otherwise, if you can explain why you ...more
Hugh Ma <infinit...@gmail.com>: Dec 14 12:16PM -0800
I actually just transitioned from saltstack to ansible a few weeks ago.
For me ansible's playbook structure is much easier to grasp than salt.
Everything is clearly defined, you know exactly what ...more
Dan Lang <dan....@gmail.com>: Dec 14 11:03AM -0800
Check out the module index, there
is http://docs.ansible.com/ansible/yumrepo_module.html. This is an extras
module.
On Thursday, December 10, 2015 at 9:23:27 AM UTC-5, Cha Donghwi wrote:
...more
Alexandr Kurilin <al...@frontrowed.com>: Dec 14 10:39AM -0800
Hey folks,
Ansible 1.9.3 user here. I'm trying to figure out if there's a way to
obtain the IP of a specific instance from an ec2 dynamic inventory when
that instance is NOT part of the current ...more
Chris Houseknecht <chouse...@ansible.com>: Dec 14 09:56AM -0800
See http://www.ansible.com/blog/galaxy-2.0-beta for details.
...more
Arbab Nazar <arbab...@gmail.com>: Dec 14 09:34AM -0800
Can you please try this:
- debug: var="{{ item.id <http://vpc.subnets.id/> }}"
when: vpc.subnets.az == "{{Azone1}}"
with_items: vpc.subnets
for individual you can get like this ...more
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page.
To unsubscribe from this group and stop receiving emails from it send an email to ansible-proje...@googlegroups.com.