This website requires JavaScript.
Explore
Cloud
Chat
CI/CD
Help
Sign in
cmueller
/
ansible
Watch
1
Star
0
Fork
You've already forked ansible
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
9ea56ff292
ansible
/
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
"
$@
"
Reference in a new issue
Copy permalink