Skip to content

Anapaya/ansible-collections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-collections

The home for Ansible collections maintained by Anapaya.

Requirements

Create a venv and install the requirements:

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Testing

Run the sample playbook:

ansible-playbook playbook.yml -e appliance_address=APPLIANCE_API_ADDRESS
# for example:
ansible-playbook playbook.yml -e appliance_address=https://localhost

Running the modules on a remote appliance

To run the module on a remote appliance, you need to install the pip requirements on the appliance first.

About

The home for Ansible collections maintained by Anapaya

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages