Project

Profile

Help

Story #2428

Updated by dkliban@redhat.com over 7 years ago

This guide should provide concrete examples of how to use Ansible for updating servers using repositories published by Pulp.  

 For each pulp-admin command for modifying content on a consumer the guide should provide equivalent workflow for Ansible.  

 The commands that need to be covered in this guide include: 

 Binding and unbinding Pulp repositories to/from consumer. 
 http://docs.pulpproject.org/dev-guide/integration/rest-api/consumer/bind.html#bind-a-consumer-to-a-repository 
 http://docs.pulpproject.org/dev-guide/integration/rest-api/consumer/bind.html#unbind-a-consumer 

 Installing, updating, and uninstalling packages on a consumer. 
 http://docs.pulpproject.org/dev-guide/integration/rest-api/consumer/content.html

Back