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.1.tar.gz
(1.7 kB
view details)
File details
Details for the file ansible-apply-0.1.1.tar.gz
.
File metadata
- Download URL: ansible-apply-0.1.1.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 | 975bfb9c14a767fda63fdc98cedaf12197bb5181bd515318a13a3968730b33e6 |
|
MD5 | 81bc377edd182178a7090b1587f0072d |
|
BLAKE2b-256 | 9986400469740cdabe451f651526f43010f7d87cf3cdc196f0e8c4d3667c6f75 |