Skip to content

xsf/ansible-autopulled-docker-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

autopulled docker service

Configuration / Variables

See the defaults file.

Usage

  1. Include the role in your playbook. It must run as root.
  2. Configure as described above.
  3. Run the playbook.
  4. ???
  5. PROFIT!

Managing services after rollout

To force an image update, run:

# systemctl restart xsf-autopulled-docker-service@$name.service

where $name is the name value of the container you want to update. This unit will also have logs concerning the container update process. The logs can be queried with journalctl as usual:

# journalctl -u xsf-autopulled-docker-service@$name.service

Notes

  • This will not clean up old containers which have been removed from the configuration.

Releases

No releases published

Packages

No packages published

Languages