This website requires JavaScript.
Explore
Help
Sign in
ansible
/
community.general
Watch
1
Star
0
Fork
You've already forked community.general
0
mirror of
https://github.com/ansible-collections/community.general.git
synced
2024-09-14 20:13:21 +02:00
Code
Releases
Activity
c6b40f4d40
community.general
/
test
/
integration
/
targets
/
lookup_inventory_hostnames
/
runme.sh
6 lines
75 B
Bash
Raw
Normal View
History
Unescape
Escape
preserve same order as inventory manager when using host lookup (#55331) * preserve same order as inventory manager when using inventory_hostnames lookup add a test * move generic code
2019-04-18 21:54:03 +02:00
#!/usr/bin/env bash
set
-eux
Migrate command line parsing to argparse (#50610) * Start of migration to argparse * various fixes and improvements * Linting fixes * Test fixes * Fix vault_password_files * Add PrependAction for argparse * A bunch of additional tweak/fixes * Fix ansible-config tests * Fix man page generation * linting fix * More adhoc pattern fixes * Add changelog fragment * Add support for argcomplete * Enable argcomplete global completion * Rename PrependAction to PrependListAction to better describe what it does * Add documentation for installing and configuring argcomplete * Address rebase issues * Fix display encoding for vault * Fix line length * Address rebase issues * Handle rebase issues * Use mutually exclusive group instead of handling manually * Fix rebase issues * Address rebase issue * Update version added for argcomplete support * -e must be given a value * ci_complete
2019-04-23 20:54:39 +02:00
ansible-playbook main.yml -i inventory
"
$@
"
Copy permalink