Hi,
I've been using Ansible for a
couple of years now and have an inventory file with around 100 VMs in it which
I manage.
I have just started to look at AWX so that I can add users and delegate some of
my playbooks to other folks in the Company.
How can I import a static Ansible inventory file into AWX? I had a quick
look at the Inventory pages and can see how to add hosts manually one at a time,
and I think there's a way to run inventory scripts to pull the details in from
AWS etc, but all I want to do is paste in the 100 lines of inventory from my
Ansible hosts file.
Can anyone tell me how to do this? I am using AWX v1.0.2 which I built from this repo: https://copr.fedorainfracloud.org/coprs/mrmeee/awx/
Regards,
GXW
--
You received this message because you are subscribed to the Google Groups "AWX Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to awx-project...@googlegroups.com.
To post to this group, send email to awx-p...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/awx-project/0bba55db-df73-4f1b-867f-8908b6a11362%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi
Has versioning or the way you are tagging version changed after 1.0.8??
mj@falcon:/Download$ git clone https://github.com/ansible/awx.git/Download/awx$ git describe --long
Cloning into 'awx'...
remote: Enumerating objects: 7, done.
remote: Counting objects: 100% (7/7), done.
remote: Compressing objects: 100% (7/7), done.
remote: Total 179555 (delta 0), reused 1 (delta 0), pack-reused 179548
Receiving objects: 100% (179555/179555), 201.52 MiB | 6.75 MiB/s, done.
mj@falcon:
1.0.8-14-g8a66213db
mj@falcon:~/Download/awx$ git describe --long --first-parent
1.0.7-9-g8a66213db
When building the lastest source, the resulting tar.gz is named awx-1.0.7.9.tar.gz
-bash-4.2$ git describe --long
1.0.8-14-g8a66213db
-bash-4.2$ ls -la dist/
total 10652
drwxr-xr-x. 2 root root 32 Sep 26 11:35 .
drwxr-xr-x. 14 awx awx 4096 Sep 26 11:35 ..
-rw-r--r--. 1 root root 10900105 Sep 26 11:35 awx-1.0.7.9.tar.gz
In the makefile this is used:
VERSION=$(shell git describe --long --first-parent)
VERSION3=$(shell git describe --long --first-parent | sed 's/-g.//')
VERSION3DOT=$(shell git describe --long --first-parent | sed 's/-g.//' | sed 's/-/./')
RELEASE_VERSION=$(shell git describe --long --first-parent | sed 's@([0-9.]{1,}).*@\1@')
Which results in the 1.0.7.9 version tag..
/Martin
To view this discussion on the web visit https://groups.google.com/d/msgid/awx-project/CA%2BEhk-kkLmHud5NSTXAXUpyEJBesotj6RS5tLW5r%3D2fmPshRpQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "AWX Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to awx-project...@googlegroups.com.
To post to this group, send email to awx-p...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/awx-project/8d16e2b3-4313-48ea-9817-4dd8a85acbcd%40googlegroups.com.
> <mailto:awx-project+unsub...@googlegroups.com>.
> an email to awx-p...@googlegroups.com
> <mailto:awx-project+unsub...@googlegroups.com>.