apply remote tasks, supports command line inventory
Project description
Ansible-apply takes the tasks file spec as first argument:
ansible-apply role.name ansible-apply role.name/some_tasks ansible-apply https://some/playbook.yml ansible-apply ./playbook.yml
It will automatically download the playbook or role if not found.
Then, the command takes any number of hosts and inventory variables on the command line:
ansible-apply role.name server1 server2 update=true
Finnaly, any argument passed with dashes are forwarded to the ansible-playbook command it generates, but named args must use the = notation, and not a space to not confuse the command line parser:
# works: ansible-apply role.name server2 update=true --become-user=root # does not: ansible-apply role.name server2 update=true --become-user root
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ansible-apply-0.1.2.tar.gz
(1.7 kB
view details)
File details
Details for the file ansible-apply-0.1.2.tar.gz
.
File metadata
- Download URL: ansible-apply-0.1.2.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f07ccd308c05a57d82caada9af01d5a5c43bdc0909ed21bd469cc5df8647a55 |
|
MD5 | 65842d89abb6a1fde7bcd999b765137f |
|
BLAKE2b-256 | bf334e5829dfb0c64b2b4f4b24a0f0792133e03cdb950ea5dcccc831d75a2a52 |