mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
Add nsenter connection plugin (#173)
* Add nsenter connection plugin * Fixes * oops * Pass file I/O through nsenter, removing volume mount * minor logging cleanup for consistency's sake * Fix pylint flag * Update plugins/connection/nsenter.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/connection/nsenter.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/connection/nsenter.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/connection/nsenter.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/connection/nsenter.py Co-authored-by: Felix Fontein <felix@fontein.de> * Fix note formatting * Revert string_types change * Update tests/integration/targets/connection_nsenter/aliases * Update tests/integration/targets/connection_nsenter/runme.sh * Apply suggestions from code review * Update tests/integration/targets/connection_nsenter/runme.sh * Update tests/integration/targets/connection_nsenter/runme.sh * Apply suggestions from code review * Update tests/integration/targets/connection_nsenter/runme.sh * Update tests/integration/targets/connection_nsenter/aliases * Update plugins/connection/nsenter.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/connection/nsenter.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/connection/nsenter.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/connection/nsenter.py Co-authored-by: Felix Fontein <felix@fontein.de> * Remove specific pipelining support * Update plugins/connection/nsenter.py Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
connection: local
|
||||
vars:
|
||||
docker_skip_cleanup: yes
|
||||
|
||||
tasks:
|
||||
- name: Remove docker packages
|
||||
action: "{{ ansible_facts.pkg_mgr }}"
|
||||
args:
|
||||
name:
|
||||
- docker
|
||||
- docker-ce
|
||||
- docker-ce-cli
|
||||
state: absent
|
||||
Reference in New Issue
Block a user