mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
Release 1.18.1 version (#998)
Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
parent
5416c5dfd8
commit
55fbd1c66f
58 changed files with 806 additions and 559 deletions
|
|
@ -5,6 +5,34 @@ Ansible Podman modules and plugins Release Notes
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v1.18.1
|
||||||
|
=======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
New podman and buildah connections and bugfixes
|
||||||
|
|
||||||
|
Major Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- Rewrite podman and buildah connections
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- Add configuration for new Ansible release
|
||||||
|
- Fix CI of Podman Search modul
|
||||||
|
- add passthrough and none log driver options
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- Fix idempotency for tagging local images
|
||||||
|
- Fix image idempotency in pull
|
||||||
|
- Fix issue with --rm and service in Quadlet
|
||||||
|
- fix(podman_prune) set top-level changed status
|
||||||
|
|
||||||
v1.18.0
|
v1.18.0
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -477,11 +477,26 @@ releases:
|
||||||
- description: Inventory plugin that discovers Buildah working containers as
|
- description: Inventory plugin that discovers Buildah working containers as
|
||||||
hosts
|
hosts
|
||||||
name: buildah_containers
|
name: buildah_containers
|
||||||
namespace: ''
|
namespace: null
|
||||||
- description: Inventory plugin that discovers Podman containers as hosts
|
- description: Inventory plugin that discovers Podman containers as hosts
|
||||||
name: podman_containers
|
name: podman_containers
|
||||||
namespace: ''
|
namespace: null
|
||||||
release_date: '2025-09-11'
|
release_date: '2025-09-11'
|
||||||
|
1.18.1:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- Fix idempotency for tagging local images
|
||||||
|
- Fix image idempotency in pull
|
||||||
|
- Fix issue with --rm and service in Quadlet
|
||||||
|
- fix(podman_prune) set top-level changed status
|
||||||
|
major_changes:
|
||||||
|
- Rewrite podman and buildah connections
|
||||||
|
minor_changes:
|
||||||
|
- Add configuration for new Ansible release
|
||||||
|
- Fix CI of Podman Search modul
|
||||||
|
- add passthrough and none log driver options
|
||||||
|
release_summary: New podman and buildah connections and bugfixes
|
||||||
|
release_date: '2026-01-15'
|
||||||
1.2.0:
|
1.2.0:
|
||||||
changes:
|
changes:
|
||||||
minor_changes:
|
minor_changes:
|
||||||
|
|
|
||||||
4
docs/_static/css/ansible.css
vendored
4
docs/_static/css/ansible.css
vendored
|
|
@ -144,6 +144,10 @@ table.documentation-table .value-required {
|
||||||
.wy-menu-vertical a.reference.internal {
|
.wy-menu-vertical a.reference.internal {
|
||||||
padding: 0.4045em 1.618em;
|
padding: 0.4045em 1.618em;
|
||||||
}
|
}
|
||||||
|
/* Fix truncation when extranav is hidden */
|
||||||
|
.wy-menu-vertical:not(:has(.sideBanner)) {
|
||||||
|
padding-bottom: 2rem;
|
||||||
|
}
|
||||||
/*! Override sphinx rtd theme max-with of 800px */
|
/*! Override sphinx rtd theme max-with of 800px */
|
||||||
.wy-nav-content {
|
.wy-nav-content {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
|
|
||||||
2
docs/_static/css/theme.css
vendored
2
docs/_static/css/theme.css
vendored
File diff suppressed because one or more lines are too long
11
docs/_static/doctools.js
vendored
11
docs/_static/doctools.js
vendored
|
|
@ -59,7 +59,7 @@ const Documentation = {
|
||||||
Object.assign(Documentation.TRANSLATIONS, catalog.messages);
|
Object.assign(Documentation.TRANSLATIONS, catalog.messages);
|
||||||
Documentation.PLURAL_EXPR = new Function(
|
Documentation.PLURAL_EXPR = new Function(
|
||||||
"n",
|
"n",
|
||||||
`return (${catalog.plural_expr})`
|
`return (${catalog.plural_expr})`,
|
||||||
);
|
);
|
||||||
Documentation.LOCALE = catalog.locale;
|
Documentation.LOCALE = catalog.locale;
|
||||||
},
|
},
|
||||||
|
|
@ -89,7 +89,7 @@ const Documentation = {
|
||||||
|
|
||||||
const togglerElements = document.querySelectorAll("img.toggler");
|
const togglerElements = document.querySelectorAll("img.toggler");
|
||||||
togglerElements.forEach((el) =>
|
togglerElements.forEach((el) =>
|
||||||
el.addEventListener("click", (event) => toggler(event.currentTarget))
|
el.addEventListener("click", (event) => toggler(event.currentTarget)),
|
||||||
);
|
);
|
||||||
togglerElements.forEach((el) => (el.style.display = ""));
|
togglerElements.forEach((el) => (el.style.display = ""));
|
||||||
if (DOCUMENTATION_OPTIONS.COLLAPSE_INDEX) togglerElements.forEach(toggler);
|
if (DOCUMENTATION_OPTIONS.COLLAPSE_INDEX) togglerElements.forEach(toggler);
|
||||||
|
|
@ -98,14 +98,15 @@ const Documentation = {
|
||||||
initOnKeyListeners: () => {
|
initOnKeyListeners: () => {
|
||||||
// only install a listener if it is really needed
|
// only install a listener if it is really needed
|
||||||
if (
|
if (
|
||||||
!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS &&
|
!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS
|
||||||
!DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS
|
&& !DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS
|
||||||
)
|
)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
document.addEventListener("keydown", (event) => {
|
document.addEventListener("keydown", (event) => {
|
||||||
// bail for input elements
|
// bail for input elements
|
||||||
if (BLACKLISTED_KEY_CONTROL_ELEMENTS.has(document.activeElement.tagName)) return;
|
if (BLACKLISTED_KEY_CONTROL_ELEMENTS.has(document.activeElement.tagName))
|
||||||
|
return;
|
||||||
// bail with special keys
|
// bail with special keys
|
||||||
if (event.altKey || event.ctrlKey || event.metaKey) return;
|
if (event.altKey || event.ctrlKey || event.metaKey) return;
|
||||||
|
|
||||||
|
|
|
||||||
193
docs/_static/language_data.js
vendored
193
docs/_static/language_data.js
vendored
File diff suppressed because one or more lines are too long
172
docs/_static/searchtools.js
vendored
172
docs/_static/searchtools.js
vendored
|
|
@ -41,11 +41,12 @@ if (typeof Scorer === "undefined") {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Global search result kind enum, used by themes to style search results.
|
// Global search result kind enum, used by themes to style search results.
|
||||||
|
// prettier-ignore
|
||||||
class SearchResultKind {
|
class SearchResultKind {
|
||||||
static get index() { return "index"; }
|
static get index() { return "index"; }
|
||||||
static get object() { return "object"; }
|
static get object() { return "object"; }
|
||||||
static get text() { return "text"; }
|
static get text() { return "text"; }
|
||||||
static get title() { return "title"; }
|
static get title() { return "title"; }
|
||||||
}
|
}
|
||||||
|
|
||||||
const _removeChildren = (element) => {
|
const _removeChildren = (element) => {
|
||||||
|
|
@ -58,6 +59,15 @@ const _removeChildren = (element) => {
|
||||||
const _escapeRegExp = (string) =>
|
const _escapeRegExp = (string) =>
|
||||||
string.replace(/[.*+\-?^${}()|[\]\\]/g, "\\$&"); // $& means the whole matched string
|
string.replace(/[.*+\-?^${}()|[\]\\]/g, "\\$&"); // $& means the whole matched string
|
||||||
|
|
||||||
|
const _escapeHTML = (text) => {
|
||||||
|
return text
|
||||||
|
.replaceAll("&", "&")
|
||||||
|
.replaceAll("<", "<")
|
||||||
|
.replaceAll(">", ">")
|
||||||
|
.replaceAll('"', """)
|
||||||
|
.replaceAll("'", "'");
|
||||||
|
};
|
||||||
|
|
||||||
const _displayItem = (item, searchTerms, highlightTerms) => {
|
const _displayItem = (item, searchTerms, highlightTerms) => {
|
||||||
const docBuilder = DOCUMENTATION_OPTIONS.BUILDER;
|
const docBuilder = DOCUMENTATION_OPTIONS.BUILDER;
|
||||||
const docFileSuffix = DOCUMENTATION_OPTIONS.FILE_SUFFIX;
|
const docFileSuffix = DOCUMENTATION_OPTIONS.FILE_SUFFIX;
|
||||||
|
|
@ -90,25 +100,30 @@ const _displayItem = (item, searchTerms, highlightTerms) => {
|
||||||
let linkEl = listItem.appendChild(document.createElement("a"));
|
let linkEl = listItem.appendChild(document.createElement("a"));
|
||||||
linkEl.href = linkUrl + anchor;
|
linkEl.href = linkUrl + anchor;
|
||||||
linkEl.dataset.score = score;
|
linkEl.dataset.score = score;
|
||||||
linkEl.innerHTML = title;
|
linkEl.innerHTML = _escapeHTML(title);
|
||||||
if (descr) {
|
if (descr) {
|
||||||
listItem.appendChild(document.createElement("span")).innerHTML =
|
listItem.appendChild(document.createElement("span")).innerHTML =
|
||||||
" (" + descr + ")";
|
` (${_escapeHTML(descr)})`;
|
||||||
// highlight search terms in the description
|
// highlight search terms in the description
|
||||||
if (SPHINX_HIGHLIGHT_ENABLED) // set in sphinx_highlight.js
|
if (SPHINX_HIGHLIGHT_ENABLED)
|
||||||
highlightTerms.forEach((term) => _highlightText(listItem, term, "highlighted"));
|
// SPHINX_HIGHLIGHT_ENABLED is set in sphinx_highlight.js
|
||||||
}
|
highlightTerms.forEach((term) =>
|
||||||
else if (showSearchSummary)
|
_highlightText(listItem, term, "highlighted"),
|
||||||
|
);
|
||||||
|
} else if (showSearchSummary)
|
||||||
fetch(requestUrl)
|
fetch(requestUrl)
|
||||||
.then((responseData) => responseData.text())
|
.then((responseData) => responseData.text())
|
||||||
.then((data) => {
|
.then((data) => {
|
||||||
if (data)
|
if (data)
|
||||||
listItem.appendChild(
|
listItem.appendChild(
|
||||||
Search.makeSearchSummary(data, searchTerms, anchor)
|
Search.makeSearchSummary(data, searchTerms, anchor),
|
||||||
);
|
);
|
||||||
// highlight search terms in the summary
|
// highlight search terms in the summary
|
||||||
if (SPHINX_HIGHLIGHT_ENABLED) // set in sphinx_highlight.js
|
if (SPHINX_HIGHLIGHT_ENABLED)
|
||||||
highlightTerms.forEach((term) => _highlightText(listItem, term, "highlighted"));
|
// SPHINX_HIGHLIGHT_ENABLED is set in sphinx_highlight.js
|
||||||
|
highlightTerms.forEach((term) =>
|
||||||
|
_highlightText(listItem, term, "highlighted"),
|
||||||
|
);
|
||||||
});
|
});
|
||||||
Search.output.appendChild(listItem);
|
Search.output.appendChild(listItem);
|
||||||
};
|
};
|
||||||
|
|
@ -117,14 +132,14 @@ const _finishSearch = (resultCount) => {
|
||||||
Search.title.innerText = _("Search Results");
|
Search.title.innerText = _("Search Results");
|
||||||
if (!resultCount)
|
if (!resultCount)
|
||||||
Search.status.innerText = Documentation.gettext(
|
Search.status.innerText = Documentation.gettext(
|
||||||
"Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories."
|
"Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.",
|
||||||
);
|
);
|
||||||
else
|
else
|
||||||
Search.status.innerText = Documentation.ngettext(
|
Search.status.innerText = Documentation.ngettext(
|
||||||
"Search finished, found one page matching the search query.",
|
"Search finished, found one page matching the search query.",
|
||||||
"Search finished, found ${resultCount} pages matching the search query.",
|
"Search finished, found ${resultCount} pages matching the search query.",
|
||||||
resultCount,
|
resultCount,
|
||||||
).replace('${resultCount}', resultCount);
|
).replace("${resultCount}", resultCount);
|
||||||
};
|
};
|
||||||
const _displayNextItem = (
|
const _displayNextItem = (
|
||||||
results,
|
results,
|
||||||
|
|
@ -138,7 +153,7 @@ const _displayNextItem = (
|
||||||
_displayItem(results.pop(), searchTerms, highlightTerms);
|
_displayItem(results.pop(), searchTerms, highlightTerms);
|
||||||
setTimeout(
|
setTimeout(
|
||||||
() => _displayNextItem(results, resultCount, searchTerms, highlightTerms),
|
() => _displayNextItem(results, resultCount, searchTerms, highlightTerms),
|
||||||
5
|
5,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
// search finished, update title and status message
|
// search finished, update title and status message
|
||||||
|
|
@ -170,9 +185,10 @@ const _orderResultsByScoreThenName = (a, b) => {
|
||||||
* This is the same as ``\W+`` in Python, preserving the surrogate pair area.
|
* This is the same as ``\W+`` in Python, preserving the surrogate pair area.
|
||||||
*/
|
*/
|
||||||
if (typeof splitQuery === "undefined") {
|
if (typeof splitQuery === "undefined") {
|
||||||
var splitQuery = (query) => query
|
var splitQuery = (query) =>
|
||||||
|
query
|
||||||
.split(/[^\p{Letter}\p{Number}_\p{Emoji_Presentation}]+/gu)
|
.split(/[^\p{Letter}\p{Number}_\p{Emoji_Presentation}]+/gu)
|
||||||
.filter(term => term) // remove remaining empty strings
|
.filter((term) => term); // remove remaining empty strings
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -184,16 +200,23 @@ const Search = {
|
||||||
_pulse_status: -1,
|
_pulse_status: -1,
|
||||||
|
|
||||||
htmlToText: (htmlString, anchor) => {
|
htmlToText: (htmlString, anchor) => {
|
||||||
const htmlElement = new DOMParser().parseFromString(htmlString, 'text/html');
|
const htmlElement = new DOMParser().parseFromString(
|
||||||
|
htmlString,
|
||||||
|
"text/html",
|
||||||
|
);
|
||||||
for (const removalQuery of [".headerlink", "script", "style"]) {
|
for (const removalQuery of [".headerlink", "script", "style"]) {
|
||||||
htmlElement.querySelectorAll(removalQuery).forEach((el) => { el.remove() });
|
htmlElement.querySelectorAll(removalQuery).forEach((el) => {
|
||||||
|
el.remove();
|
||||||
|
});
|
||||||
}
|
}
|
||||||
if (anchor) {
|
if (anchor) {
|
||||||
const anchorContent = htmlElement.querySelector(`[role="main"] ${anchor}`);
|
const anchorContent = htmlElement.querySelector(
|
||||||
|
`[role="main"] ${anchor}`,
|
||||||
|
);
|
||||||
if (anchorContent) return anchorContent.textContent;
|
if (anchorContent) return anchorContent.textContent;
|
||||||
|
|
||||||
console.warn(
|
console.warn(
|
||||||
`Anchored content block not found. Sphinx search tries to obtain it via DOM query '[role=main] ${anchor}'. Check your theme or template.`
|
`Anchored content block not found. Sphinx search tries to obtain it via DOM query '[role=main] ${anchor}'. Check your theme or template.`,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -202,7 +225,7 @@ const Search = {
|
||||||
if (docContent) return docContent.textContent;
|
if (docContent) return docContent.textContent;
|
||||||
|
|
||||||
console.warn(
|
console.warn(
|
||||||
"Content block not found. Sphinx search tries to obtain it via DOM query '[role=main]'. Check your theme or template."
|
"Content block not found. Sphinx search tries to obtain it via DOM query '[role=main]'. Check your theme or template.",
|
||||||
);
|
);
|
||||||
return "";
|
return "";
|
||||||
},
|
},
|
||||||
|
|
@ -287,12 +310,8 @@ const Search = {
|
||||||
const queryTermLower = queryTerm.toLowerCase();
|
const queryTermLower = queryTerm.toLowerCase();
|
||||||
|
|
||||||
// maybe skip this "word"
|
// maybe skip this "word"
|
||||||
// stopwords array is from language_data.js
|
// stopwords set is from language_data.js
|
||||||
if (
|
if (stopwords.has(queryTermLower) || queryTerm.match(/^\d+$/)) return;
|
||||||
stopwords.indexOf(queryTermLower) !== -1 ||
|
|
||||||
queryTerm.match(/^\d+$/)
|
|
||||||
)
|
|
||||||
return;
|
|
||||||
|
|
||||||
// stem the word
|
// stem the word
|
||||||
let word = stemmer.stemWord(queryTermLower);
|
let word = stemmer.stemWord(queryTermLower);
|
||||||
|
|
@ -304,8 +323,12 @@ const Search = {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
if (SPHINX_HIGHLIGHT_ENABLED) { // set in sphinx_highlight.js
|
if (SPHINX_HIGHLIGHT_ENABLED) {
|
||||||
localStorage.setItem("sphinx_highlight_terms", [...highlightTerms].join(" "))
|
// SPHINX_HIGHLIGHT_ENABLED is set in sphinx_highlight.js
|
||||||
|
localStorage.setItem(
|
||||||
|
"sphinx_highlight_terms",
|
||||||
|
[...highlightTerms].join(" "),
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
// console.debug("SEARCH: searching for:");
|
// console.debug("SEARCH: searching for:");
|
||||||
|
|
@ -318,7 +341,13 @@ const Search = {
|
||||||
/**
|
/**
|
||||||
* execute search (requires search index to be loaded)
|
* execute search (requires search index to be loaded)
|
||||||
*/
|
*/
|
||||||
_performSearch: (query, searchTerms, excludedTerms, highlightTerms, objectTerms) => {
|
_performSearch: (
|
||||||
|
query,
|
||||||
|
searchTerms,
|
||||||
|
excludedTerms,
|
||||||
|
highlightTerms,
|
||||||
|
objectTerms,
|
||||||
|
) => {
|
||||||
const filenames = Search._index.filenames;
|
const filenames = Search._index.filenames;
|
||||||
const docNames = Search._index.docnames;
|
const docNames = Search._index.docnames;
|
||||||
const titles = Search._index.titles;
|
const titles = Search._index.titles;
|
||||||
|
|
@ -334,10 +363,15 @@ const Search = {
|
||||||
|
|
||||||
const queryLower = query.toLowerCase().trim();
|
const queryLower = query.toLowerCase().trim();
|
||||||
for (const [title, foundTitles] of Object.entries(allTitles)) {
|
for (const [title, foundTitles] of Object.entries(allTitles)) {
|
||||||
if (title.toLowerCase().trim().includes(queryLower) && (queryLower.length >= title.length/2)) {
|
if (
|
||||||
|
title.toLowerCase().trim().includes(queryLower)
|
||||||
|
&& queryLower.length >= title.length / 2
|
||||||
|
) {
|
||||||
for (const [file, id] of foundTitles) {
|
for (const [file, id] of foundTitles) {
|
||||||
const score = Math.round(Scorer.title * queryLower.length / title.length);
|
const score = Math.round(
|
||||||
const boost = titles[file] === title ? 1 : 0; // add a boost for document titles
|
(Scorer.title * queryLower.length) / title.length,
|
||||||
|
);
|
||||||
|
const boost = titles[file] === title ? 1 : 0; // add a boost for document titles
|
||||||
normalResults.push([
|
normalResults.push([
|
||||||
docNames[file],
|
docNames[file],
|
||||||
titles[file] !== title ? `${titles[file]} > ${title}` : title,
|
titles[file] !== title ? `${titles[file]} > ${title}` : title,
|
||||||
|
|
@ -353,9 +387,9 @@ const Search = {
|
||||||
|
|
||||||
// search for explicit entries in index directives
|
// search for explicit entries in index directives
|
||||||
for (const [entry, foundEntries] of Object.entries(indexEntries)) {
|
for (const [entry, foundEntries] of Object.entries(indexEntries)) {
|
||||||
if (entry.includes(queryLower) && (queryLower.length >= entry.length/2)) {
|
if (entry.includes(queryLower) && queryLower.length >= entry.length / 2) {
|
||||||
for (const [file, id, isMain] of foundEntries) {
|
for (const [file, id, isMain] of foundEntries) {
|
||||||
const score = Math.round(100 * queryLower.length / entry.length);
|
const score = Math.round((100 * queryLower.length) / entry.length);
|
||||||
const result = [
|
const result = [
|
||||||
docNames[file],
|
docNames[file],
|
||||||
titles[file],
|
titles[file],
|
||||||
|
|
@ -376,11 +410,13 @@ const Search = {
|
||||||
|
|
||||||
// lookup as object
|
// lookup as object
|
||||||
objectTerms.forEach((term) =>
|
objectTerms.forEach((term) =>
|
||||||
normalResults.push(...Search.performObjectSearch(term, objectTerms))
|
normalResults.push(...Search.performObjectSearch(term, objectTerms)),
|
||||||
);
|
);
|
||||||
|
|
||||||
// lookup as search terms in fulltext
|
// lookup as search terms in fulltext
|
||||||
normalResults.push(...Search.performTermsSearch(searchTerms, excludedTerms));
|
normalResults.push(
|
||||||
|
...Search.performTermsSearch(searchTerms, excludedTerms),
|
||||||
|
);
|
||||||
|
|
||||||
// let the scorer override scores with a custom scoring function
|
// let the scorer override scores with a custom scoring function
|
||||||
if (Scorer.score) {
|
if (Scorer.score) {
|
||||||
|
|
@ -401,7 +437,11 @@ const Search = {
|
||||||
// note the reversing of results, so that in the case of duplicates, the highest-scoring entry is kept
|
// note the reversing of results, so that in the case of duplicates, the highest-scoring entry is kept
|
||||||
let seen = new Set();
|
let seen = new Set();
|
||||||
results = results.reverse().reduce((acc, result) => {
|
results = results.reverse().reduce((acc, result) => {
|
||||||
let resultStr = result.slice(0, 4).concat([result[5]]).map(v => String(v)).join(',');
|
let resultStr = result
|
||||||
|
.slice(0, 4)
|
||||||
|
.concat([result[5]])
|
||||||
|
.map((v) => String(v))
|
||||||
|
.join(",");
|
||||||
if (!seen.has(resultStr)) {
|
if (!seen.has(resultStr)) {
|
||||||
acc.push(result);
|
acc.push(result);
|
||||||
seen.add(resultStr);
|
seen.add(resultStr);
|
||||||
|
|
@ -413,8 +453,20 @@ const Search = {
|
||||||
},
|
},
|
||||||
|
|
||||||
query: (query) => {
|
query: (query) => {
|
||||||
const [searchQuery, searchTerms, excludedTerms, highlightTerms, objectTerms] = Search._parseQuery(query);
|
const [
|
||||||
const results = Search._performSearch(searchQuery, searchTerms, excludedTerms, highlightTerms, objectTerms);
|
searchQuery,
|
||||||
|
searchTerms,
|
||||||
|
excludedTerms,
|
||||||
|
highlightTerms,
|
||||||
|
objectTerms,
|
||||||
|
] = Search._parseQuery(query);
|
||||||
|
const results = Search._performSearch(
|
||||||
|
searchQuery,
|
||||||
|
searchTerms,
|
||||||
|
excludedTerms,
|
||||||
|
highlightTerms,
|
||||||
|
objectTerms,
|
||||||
|
);
|
||||||
|
|
||||||
// for debugging
|
// for debugging
|
||||||
//Search.lastresults = results.slice(); // a copy
|
//Search.lastresults = results.slice(); // a copy
|
||||||
|
|
@ -437,7 +489,7 @@ const Search = {
|
||||||
const results = [];
|
const results = [];
|
||||||
|
|
||||||
const objectSearchCallback = (prefix, match) => {
|
const objectSearchCallback = (prefix, match) => {
|
||||||
const name = match[4]
|
const name = match[4];
|
||||||
const fullname = (prefix ? prefix + "." : "") + name;
|
const fullname = (prefix ? prefix + "." : "") + name;
|
||||||
const fullnameLower = fullname.toLowerCase();
|
const fullnameLower = fullname.toLowerCase();
|
||||||
if (fullnameLower.indexOf(object) < 0) return;
|
if (fullnameLower.indexOf(object) < 0) return;
|
||||||
|
|
@ -489,9 +541,7 @@ const Search = {
|
||||||
]);
|
]);
|
||||||
};
|
};
|
||||||
Object.keys(objects).forEach((prefix) =>
|
Object.keys(objects).forEach((prefix) =>
|
||||||
objects[prefix].forEach((array) =>
|
objects[prefix].forEach((array) => objectSearchCallback(prefix, array)),
|
||||||
objectSearchCallback(prefix, array)
|
|
||||||
)
|
|
||||||
);
|
);
|
||||||
return results;
|
return results;
|
||||||
},
|
},
|
||||||
|
|
@ -516,8 +566,14 @@ const Search = {
|
||||||
// find documents, if any, containing the query word in their text/title term indices
|
// find documents, if any, containing the query word in their text/title term indices
|
||||||
// use Object.hasOwnProperty to avoid mismatching against prototype properties
|
// use Object.hasOwnProperty to avoid mismatching against prototype properties
|
||||||
const arr = [
|
const arr = [
|
||||||
{ files: terms.hasOwnProperty(word) ? terms[word] : undefined, score: Scorer.term },
|
{
|
||||||
{ files: titleTerms.hasOwnProperty(word) ? titleTerms[word] : undefined, score: Scorer.title },
|
files: terms.hasOwnProperty(word) ? terms[word] : undefined,
|
||||||
|
score: Scorer.term,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
files: titleTerms.hasOwnProperty(word) ? titleTerms[word] : undefined,
|
||||||
|
score: Scorer.title,
|
||||||
|
},
|
||||||
];
|
];
|
||||||
// add support for partial matches
|
// add support for partial matches
|
||||||
if (word.length > 2) {
|
if (word.length > 2) {
|
||||||
|
|
@ -558,7 +614,8 @@ const Search = {
|
||||||
// create the mapping
|
// create the mapping
|
||||||
files.forEach((file) => {
|
files.forEach((file) => {
|
||||||
if (!fileMap.has(file)) fileMap.set(file, [word]);
|
if (!fileMap.has(file)) fileMap.set(file, [word]);
|
||||||
else if (fileMap.get(file).indexOf(word) === -1) fileMap.get(file).push(word);
|
else if (fileMap.get(file).indexOf(word) === -1)
|
||||||
|
fileMap.get(file).push(word);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
@ -569,11 +626,11 @@ const Search = {
|
||||||
|
|
||||||
// as search terms with length < 3 are discarded
|
// as search terms with length < 3 are discarded
|
||||||
const filteredTermCount = [...searchTerms].filter(
|
const filteredTermCount = [...searchTerms].filter(
|
||||||
(term) => term.length > 2
|
(term) => term.length > 2,
|
||||||
).length;
|
).length;
|
||||||
if (
|
if (
|
||||||
wordList.length !== searchTerms.size &&
|
wordList.length !== searchTerms.size
|
||||||
wordList.length !== filteredTermCount
|
&& wordList.length !== filteredTermCount
|
||||||
)
|
)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
|
@ -581,10 +638,10 @@ const Search = {
|
||||||
if (
|
if (
|
||||||
[...excludedTerms].some(
|
[...excludedTerms].some(
|
||||||
(term) =>
|
(term) =>
|
||||||
terms[term] === file ||
|
terms[term] === file
|
||||||
titleTerms[term] === file ||
|
|| titleTerms[term] === file
|
||||||
(terms[term] || []).includes(file) ||
|
|| (terms[term] || []).includes(file)
|
||||||
(titleTerms[term] || []).includes(file)
|
|| (titleTerms[term] || []).includes(file),
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
break;
|
break;
|
||||||
|
|
@ -626,7 +683,8 @@ const Search = {
|
||||||
|
|
||||||
let summary = document.createElement("p");
|
let summary = document.createElement("p");
|
||||||
summary.classList.add("context");
|
summary.classList.add("context");
|
||||||
summary.textContent = top + text.substr(startWithContext, 240).trim() + tail;
|
summary.textContent =
|
||||||
|
top + text.substr(startWithContext, 240).trim() + tail;
|
||||||
|
|
||||||
return summary;
|
return summary;
|
||||||
},
|
},
|
||||||
|
|
|
||||||
67
docs/_static/sphinx_highlight.js
vendored
67
docs/_static/sphinx_highlight.js
vendored
|
|
@ -1,7 +1,7 @@
|
||||||
/* Highlighting utilities for Sphinx HTML documentation. */
|
/* Highlighting utilities for Sphinx HTML documentation. */
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
const SPHINX_HIGHLIGHT_ENABLED = true
|
const SPHINX_HIGHLIGHT_ENABLED = true;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* highlight a given string on a node by wrapping it in
|
* highlight a given string on a node by wrapping it in
|
||||||
|
|
@ -13,9 +13,9 @@ const _highlight = (node, addItems, text, className) => {
|
||||||
const parent = node.parentNode;
|
const parent = node.parentNode;
|
||||||
const pos = val.toLowerCase().indexOf(text);
|
const pos = val.toLowerCase().indexOf(text);
|
||||||
if (
|
if (
|
||||||
pos >= 0 &&
|
pos >= 0
|
||||||
!parent.classList.contains(className) &&
|
&& !parent.classList.contains(className)
|
||||||
!parent.classList.contains("nohighlight")
|
&& !parent.classList.contains("nohighlight")
|
||||||
) {
|
) {
|
||||||
let span;
|
let span;
|
||||||
|
|
||||||
|
|
@ -30,13 +30,7 @@ const _highlight = (node, addItems, text, className) => {
|
||||||
|
|
||||||
span.appendChild(document.createTextNode(val.substr(pos, text.length)));
|
span.appendChild(document.createTextNode(val.substr(pos, text.length)));
|
||||||
const rest = document.createTextNode(val.substr(pos + text.length));
|
const rest = document.createTextNode(val.substr(pos + text.length));
|
||||||
parent.insertBefore(
|
parent.insertBefore(span, parent.insertBefore(rest, node.nextSibling));
|
||||||
span,
|
|
||||||
parent.insertBefore(
|
|
||||||
rest,
|
|
||||||
node.nextSibling
|
|
||||||
)
|
|
||||||
);
|
|
||||||
node.nodeValue = val.substr(0, pos);
|
node.nodeValue = val.substr(0, pos);
|
||||||
/* There may be more occurrences of search term in this node. So call this
|
/* There may be more occurrences of search term in this node. So call this
|
||||||
* function recursively on the remaining fragment.
|
* function recursively on the remaining fragment.
|
||||||
|
|
@ -46,7 +40,7 @@ const _highlight = (node, addItems, text, className) => {
|
||||||
if (isInSVG) {
|
if (isInSVG) {
|
||||||
const rect = document.createElementNS(
|
const rect = document.createElementNS(
|
||||||
"http://www.w3.org/2000/svg",
|
"http://www.w3.org/2000/svg",
|
||||||
"rect"
|
"rect",
|
||||||
);
|
);
|
||||||
const bbox = parent.getBBox();
|
const bbox = parent.getBBox();
|
||||||
rect.x.baseVal.value = bbox.x;
|
rect.x.baseVal.value = bbox.x;
|
||||||
|
|
@ -65,7 +59,7 @@ const _highlightText = (thisNode, text, className) => {
|
||||||
let addItems = [];
|
let addItems = [];
|
||||||
_highlight(thisNode, addItems, text, className);
|
_highlight(thisNode, addItems, text, className);
|
||||||
addItems.forEach((obj) =>
|
addItems.forEach((obj) =>
|
||||||
obj.parent.insertAdjacentElement("beforebegin", obj.target)
|
obj.parent.insertAdjacentElement("beforebegin", obj.target),
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -73,25 +67,31 @@ const _highlightText = (thisNode, text, className) => {
|
||||||
* Small JavaScript module for the documentation.
|
* Small JavaScript module for the documentation.
|
||||||
*/
|
*/
|
||||||
const SphinxHighlight = {
|
const SphinxHighlight = {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* highlight the search words provided in localstorage in the text
|
* highlight the search words provided in localstorage in the text
|
||||||
*/
|
*/
|
||||||
highlightSearchWords: () => {
|
highlightSearchWords: () => {
|
||||||
if (!SPHINX_HIGHLIGHT_ENABLED) return; // bail if no highlight
|
if (!SPHINX_HIGHLIGHT_ENABLED) return; // bail if no highlight
|
||||||
|
|
||||||
// get and clear terms from localstorage
|
// get and clear terms from localstorage
|
||||||
const url = new URL(window.location);
|
const url = new URL(window.location);
|
||||||
const highlight =
|
const highlight =
|
||||||
localStorage.getItem("sphinx_highlight_terms")
|
localStorage.getItem("sphinx_highlight_terms")
|
||||||
|| url.searchParams.get("highlight")
|
|| url.searchParams.get("highlight")
|
||||||
|| "";
|
|| "";
|
||||||
localStorage.removeItem("sphinx_highlight_terms")
|
localStorage.removeItem("sphinx_highlight_terms");
|
||||||
url.searchParams.delete("highlight");
|
// Update history only if '?highlight' is present; otherwise it
|
||||||
window.history.replaceState({}, "", url);
|
// clears text fragments (not set in window.location by the browser)
|
||||||
|
if (url.searchParams.has("highlight")) {
|
||||||
|
url.searchParams.delete("highlight");
|
||||||
|
window.history.replaceState({}, "", url);
|
||||||
|
}
|
||||||
|
|
||||||
// get individual terms from highlight string
|
// get individual terms from highlight string
|
||||||
const terms = highlight.toLowerCase().split(/\s+/).filter(x => x);
|
const terms = highlight
|
||||||
|
.toLowerCase()
|
||||||
|
.split(/\s+/)
|
||||||
|
.filter((x) => x);
|
||||||
if (terms.length === 0) return; // nothing to do
|
if (terms.length === 0) return; // nothing to do
|
||||||
|
|
||||||
// There should never be more than one element matching "div.body"
|
// There should never be more than one element matching "div.body"
|
||||||
|
|
@ -107,11 +107,11 @@ const SphinxHighlight = {
|
||||||
document
|
document
|
||||||
.createRange()
|
.createRange()
|
||||||
.createContextualFragment(
|
.createContextualFragment(
|
||||||
'<p class="highlight-link">' +
|
'<p class="highlight-link">'
|
||||||
'<a href="javascript:SphinxHighlight.hideSearchWords()">' +
|
+ '<a href="javascript:SphinxHighlight.hideSearchWords()">'
|
||||||
_("Hide Search Matches") +
|
+ _("Hide Search Matches")
|
||||||
"</a></p>"
|
+ "</a></p>",
|
||||||
)
|
),
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
@ -125,7 +125,7 @@ const SphinxHighlight = {
|
||||||
document
|
document
|
||||||
.querySelectorAll("span.highlighted")
|
.querySelectorAll("span.highlighted")
|
||||||
.forEach((el) => el.classList.remove("highlighted"));
|
.forEach((el) => el.classList.remove("highlighted"));
|
||||||
localStorage.removeItem("sphinx_highlight_terms")
|
localStorage.removeItem("sphinx_highlight_terms");
|
||||||
},
|
},
|
||||||
|
|
||||||
initEscapeListener: () => {
|
initEscapeListener: () => {
|
||||||
|
|
@ -134,10 +134,15 @@ const SphinxHighlight = {
|
||||||
|
|
||||||
document.addEventListener("keydown", (event) => {
|
document.addEventListener("keydown", (event) => {
|
||||||
// bail for input elements
|
// bail for input elements
|
||||||
if (BLACKLISTED_KEY_CONTROL_ELEMENTS.has(document.activeElement.tagName)) return;
|
if (BLACKLISTED_KEY_CONTROL_ELEMENTS.has(document.activeElement.tagName))
|
||||||
|
return;
|
||||||
// bail with special keys
|
// bail with special keys
|
||||||
if (event.shiftKey || event.altKey || event.ctrlKey || event.metaKey) return;
|
if (event.shiftKey || event.altKey || event.ctrlKey || event.metaKey)
|
||||||
if (DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS && (event.key === "Escape")) {
|
return;
|
||||||
|
if (
|
||||||
|
DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS
|
||||||
|
&& event.key === "Escape"
|
||||||
|
) {
|
||||||
SphinxHighlight.hideSearchWords();
|
SphinxHighlight.hideSearchWords();
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
<html class="writer-html5" lang="en" data-content_root="../../">
|
<html class="writer-html5" lang="en" data-content_root="../../">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta content="2.21.0" name="antsibull-docs" />
|
<meta content="2.24.0" name="antsibull-docs" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Collections in the Containers Namespace — Ansible collections documentation</title>
|
<title>Collections in the Containers Namespace — Ansible collections documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=41de9001" />
|
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=41de9001" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../_static/css/ansible.css?v=c5b67dd2" />
|
<link rel="stylesheet" type="text/css" href="../../_static/css/ansible.css?v=b54c304f" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../_static/antsibull-minimal.css" />
|
<link rel="stylesheet" type="text/css" href="../../_static/antsibull-minimal.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
<link rel="stylesheet" type="text/css" href="../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
||||||
|
|
||||||
|
|
@ -18,8 +18,8 @@
|
||||||
<script src="../../_static/jquery.js?v=5d32c60e"></script>
|
<script src="../../_static/jquery.js?v=5d32c60e"></script>
|
||||||
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||||||
<script src="../../_static/documentation_options.js?v=7f41d439"></script>
|
<script src="../../_static/documentation_options.js?v=7f41d439"></script>
|
||||||
<script src="../../_static/doctools.js?v=9bcbadda"></script>
|
<script src="../../_static/doctools.js?v=fd6eb6e6"></script>
|
||||||
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
|
<script src="../../_static/sphinx_highlight.js?v=6ffebe34"></script>
|
||||||
<script src="../../_static/js/theme.js"></script>
|
<script src="../../_static/js/theme.js"></script>
|
||||||
<link rel="search" title="Search" href="../../search.html" />
|
<link rel="search" title="Search" href="../../search.html" />
|
||||||
<link rel="next" title="Containers.Podman" href="podman/index.html" />
|
<link rel="next" title="Containers.Podman" href="podman/index.html" />
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
<html class="writer-html5" lang="en" data-content_root="../../../">
|
<html class="writer-html5" lang="en" data-content_root="../../../">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta content="2.21.0" name="antsibull-docs" />
|
<meta content="2.24.0" name="antsibull-docs" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>containers.podman.buildah connection – Interact with an existing buildah container — Ansible collections documentation</title>
|
<title>containers.podman.buildah connection – Interact with an existing buildah container — Ansible collections documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=c5b67dd2" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=b54c304f" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
||||||
|
|
||||||
|
|
@ -18,8 +18,8 @@
|
||||||
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
||||||
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||||||
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
||||||
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
|
<script src="../../../_static/doctools.js?v=fd6eb6e6"></script>
|
||||||
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
|
<script src="../../../_static/sphinx_highlight.js?v=6ffebe34"></script>
|
||||||
<script src="../../../_static/js/theme.js"></script>
|
<script src="../../../_static/js/theme.js"></script>
|
||||||
<link rel="search" title="Search" href="../../../search.html" />
|
<link rel="search" title="Search" href="../../../search.html" />
|
||||||
<link rel="next" title="containers.podman.podman connection – Interact with an existing podman container" href="podman_connection.html" />
|
<link rel="next" title="containers.podman.podman connection – Interact with an existing podman container" href="podman_connection.html" />
|
||||||
|
|
@ -132,7 +132,7 @@
|
||||||
<h1>containers.podman.buildah connection – Interact with an existing buildah container<a class="headerlink" href="#containers-podman-buildah-connection-interact-with-an-existing-buildah-container" title="Link to this heading"></a></h1>
|
<h1>containers.podman.buildah connection – Interact with an existing buildah container<a class="headerlink" href="#containers-podman-buildah-connection-interact-with-an-existing-buildah-container" title="Link to this heading"></a></h1>
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
<p class="admonition-title">Note</p>
|
<p class="admonition-title">Note</p>
|
||||||
<p>This connection plugin is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.0).</p>
|
<p>This connection plugin is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.1).</p>
|
||||||
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
||||||
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
||||||
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.</p>
|
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.</p>
|
||||||
|
|
@ -148,6 +148,7 @@ To check whether it is installed, run <code class="code docutils literal notrans
|
||||||
<h2><a class="toc-backref" href="#id1" role="doc-backlink">Synopsis</a><a class="headerlink" href="#synopsis" title="Link to this heading"></a></h2>
|
<h2><a class="toc-backref" href="#id1" role="doc-backlink">Synopsis</a><a class="headerlink" href="#synopsis" title="Link to this heading"></a></h2>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li><p>Run commands or put/fetch files to an existing container using buildah tool.</p></li>
|
<li><p>Run commands or put/fetch files to an existing container using buildah tool.</p></li>
|
||||||
|
<li><p>Supports container building workflows with enhanced error handling and performance.</p></li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
<section id="parameters">
|
<section id="parameters">
|
||||||
|
|
@ -160,23 +161,150 @@ To check whether it is installed, run <code class="code docutils literal notrans
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr class="row-even"><td><div class="ansible-option-cell">
|
<tr class="row-even"><td><div class="ansible-option-cell">
|
||||||
<div class="ansibleOptionAnchor" id="parameter-remote_addr"></div><p class="ansible-option-title" id="ansible-collections-containers-podman-buildah-connection-parameter-remote-addr"><strong>remote_addr</strong></p>
|
<div class="ansibleOptionAnchor" id="parameter-auto_commit"></div><p class="ansible-option-title" id="ansible-collections-containers-podman-buildah-connection-parameter-auto-commit"><strong>auto_commit</strong></p>
|
||||||
<a class="ansibleOptionLink" href="#parameter-remote_addr" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
|
<a class="ansibleOptionLink" href="#parameter-auto_commit" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">boolean</span></p>
|
||||||
</div></td>
|
</div></td>
|
||||||
<td><div class="ansible-option-cell"><p>The ID of the container you want to access.</p>
|
<td><div class="ansible-option-cell"><p>Automatically commit changes after successful operations.</p>
|
||||||
<p class="ansible-option-line"><strong class="ansible-option-default-bold">Default:</strong> <code class="ansible-option-default docutils literal notranslate"><span class="pre">"inventory_hostname"</span></code></p>
|
<p class="ansible-option-line"><strong class="ansible-option-choices">Choices:</strong></p>
|
||||||
|
<ul class="simple">
|
||||||
|
<li><p><code class="ansible-option-default-bold docutils literal notranslate"><strong><span class="pre">false</span></strong></code> <span class="ansible-option-choices-default-mark">← (default)</span></p></li>
|
||||||
|
<li><p><code class="ansible-option-choices-entry docutils literal notranslate"><span class="pre">true</span></code></p></li>
|
||||||
|
</ul>
|
||||||
<p class="ansible-option-line"><strong class="ansible-option-configuration">Configuration:</strong></p>
|
<p class="ansible-option-line"><strong class="ansible-option-configuration">Configuration:</strong></p>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li><p>Variable: ansible_host</p></li>
|
<li><p>Variable: ansible_buildah_auto_commit</p></li>
|
||||||
<li><p>Variable: inventory_hostname</p></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div></td>
|
</div></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="row-odd"><td><div class="ansible-option-cell">
|
<tr class="row-odd"><td><div class="ansible-option-cell">
|
||||||
|
<div class="ansibleOptionAnchor" id="parameter-buildah_executable"></div><p class="ansible-option-title" id="ansible-collections-containers-podman-buildah-connection-parameter-buildah-executable"><strong>buildah_executable</strong></p>
|
||||||
|
<a class="ansibleOptionLink" href="#parameter-buildah_executable" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
|
||||||
|
</div></td>
|
||||||
|
<td><div class="ansible-option-cell"><p>Executable for buildah command.</p>
|
||||||
|
<p class="ansible-option-line"><strong class="ansible-option-default-bold">Default:</strong> <code class="ansible-option-default docutils literal notranslate"><span class="pre">"buildah"</span></code></p>
|
||||||
|
<p class="ansible-option-line"><strong class="ansible-option-configuration">Configuration:</strong></p>
|
||||||
|
<ul>
|
||||||
|
<li><p>INI entry:</p>
|
||||||
|
<div class="highlight-ini notranslate"><div class="highlight"><pre><span></span><span class="k">[defaults]</span>
|
||||||
|
<span class="na">buildah_executable</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">buildah</span>
|
||||||
|
</pre></div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li><p>Environment variable: <span class="target" id="index-0"></span><a class="reference internal" href="../../environment_variables.html#envvar-ANSIBLE_BUILDAH_EXECUTABLE"><code class="xref std std-envvar docutils literal notranslate"><span class="pre">ANSIBLE_BUILDAH_EXECUTABLE</span></code></a></p></li>
|
||||||
|
<li><p>Variable: ansible_buildah_executable</p></li>
|
||||||
|
</ul>
|
||||||
|
</div></td>
|
||||||
|
</tr>
|
||||||
|
<tr class="row-even"><td><div class="ansible-option-cell">
|
||||||
|
<div class="ansibleOptionAnchor" id="parameter-buildah_extra_args"></div><p class="ansible-option-title" id="ansible-collections-containers-podman-buildah-connection-parameter-buildah-extra-args"><strong>buildah_extra_args</strong></p>
|
||||||
|
<a class="ansibleOptionLink" href="#parameter-buildah_extra_args" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
|
||||||
|
</div></td>
|
||||||
|
<td><div class="ansible-option-cell"><p>Extra arguments to pass to the buildah command line.</p>
|
||||||
|
<p class="ansible-option-line"><strong class="ansible-option-default-bold">Default:</strong> <code class="ansible-option-default docutils literal notranslate"><span class="pre">""</span></code></p>
|
||||||
|
<p class="ansible-option-line"><strong class="ansible-option-configuration">Configuration:</strong></p>
|
||||||
|
<ul>
|
||||||
|
<li><p>INI entry:</p>
|
||||||
|
<div class="highlight-ini notranslate"><div class="highlight"><pre><span></span><span class="k">[defaults]</span>
|
||||||
|
<span class="na">buildah_extra_args</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">""</span>
|
||||||
|
</pre></div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li><p>Environment variable: <span class="target" id="index-1"></span><a class="reference internal" href="../../environment_variables.html#envvar-ANSIBLE_BUILDAH_EXTRA_ARGS"><code class="xref std std-envvar docutils literal notranslate"><span class="pre">ANSIBLE_BUILDAH_EXTRA_ARGS</span></code></a></p></li>
|
||||||
|
<li><p>Variable: ansible_buildah_extra_args</p></li>
|
||||||
|
</ul>
|
||||||
|
</div></td>
|
||||||
|
</tr>
|
||||||
|
<tr class="row-odd"><td><div class="ansible-option-cell">
|
||||||
|
<div class="ansibleOptionAnchor" id="parameter-container_timeout"></div><p class="ansible-option-title" id="ansible-collections-containers-podman-buildah-connection-parameter-container-timeout"><strong>container_timeout</strong></p>
|
||||||
|
<a class="ansibleOptionLink" href="#parameter-container_timeout" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">integer</span></p>
|
||||||
|
</div></td>
|
||||||
|
<td><div class="ansible-option-cell"><p>Timeout in seconds for container operations. 0 means no timeout.</p>
|
||||||
|
<p class="ansible-option-line"><strong class="ansible-option-default-bold">Default:</strong> <code class="ansible-option-default docutils literal notranslate"><span class="pre">0</span></code></p>
|
||||||
|
<p class="ansible-option-line"><strong class="ansible-option-configuration">Configuration:</strong></p>
|
||||||
|
<ul>
|
||||||
|
<li><p>INI entry:</p>
|
||||||
|
<div class="highlight-ini notranslate"><div class="highlight"><pre><span></span><span class="k">[defaults]</span>
|
||||||
|
<span class="na">buildah_timeout</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">0</span>
|
||||||
|
</pre></div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li><p>Environment variable: <span class="target" id="index-2"></span><a class="reference internal" href="../../environment_variables.html#envvar-ANSIBLE_BUILDAH_TIMEOUT"><code class="xref std std-envvar docutils literal notranslate"><span class="pre">ANSIBLE_BUILDAH_TIMEOUT</span></code></a></p></li>
|
||||||
|
<li><p>Variable: ansible_buildah_timeout</p></li>
|
||||||
|
</ul>
|
||||||
|
</div></td>
|
||||||
|
</tr>
|
||||||
|
<tr class="row-even"><td><div class="ansible-option-cell">
|
||||||
|
<div class="ansibleOptionAnchor" id="parameter-extra_env_vars"></div><p class="ansible-option-title" id="ansible-collections-containers-podman-buildah-connection-parameter-extra-env-vars"><strong>extra_env_vars</strong></p>
|
||||||
|
<a class="ansibleOptionLink" href="#parameter-extra_env_vars" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">dictionary</span></p>
|
||||||
|
</div></td>
|
||||||
|
<td><div class="ansible-option-cell"><p>Additional environment variables to set in the container.</p>
|
||||||
|
<p class="ansible-option-line"><strong class="ansible-option-default-bold">Default:</strong> <code class="ansible-option-default docutils literal notranslate"><span class="pre">{}</span></code></p>
|
||||||
|
<p class="ansible-option-line"><strong class="ansible-option-configuration">Configuration:</strong></p>
|
||||||
|
<ul class="simple">
|
||||||
|
<li><p>Variable: ansible_buildah_extra_env</p></li>
|
||||||
|
</ul>
|
||||||
|
</div></td>
|
||||||
|
</tr>
|
||||||
|
<tr class="row-odd"><td><div class="ansible-option-cell">
|
||||||
|
<div class="ansibleOptionAnchor" id="parameter-ignore_mount_errors"></div><p class="ansible-option-title" id="ansible-collections-containers-podman-buildah-connection-parameter-ignore-mount-errors"><strong>ignore_mount_errors</strong></p>
|
||||||
|
<a class="ansibleOptionLink" href="#parameter-ignore_mount_errors" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">boolean</span></p>
|
||||||
|
</div></td>
|
||||||
|
<td><div class="ansible-option-cell"><p>Continue with copy operations even if container mounting fails.</p>
|
||||||
|
<p class="ansible-option-line"><strong class="ansible-option-choices">Choices:</strong></p>
|
||||||
|
<ul class="simple">
|
||||||
|
<li><p><code class="ansible-option-choices-entry docutils literal notranslate"><span class="pre">false</span></code></p></li>
|
||||||
|
<li><p><code class="ansible-option-default-bold docutils literal notranslate"><strong><span class="pre">true</span></strong></code> <span class="ansible-option-choices-default-mark">← (default)</span></p></li>
|
||||||
|
</ul>
|
||||||
|
<p class="ansible-option-line"><strong class="ansible-option-configuration">Configuration:</strong></p>
|
||||||
|
<ul class="simple">
|
||||||
|
<li><p>Variable: ansible_buildah_ignore_mount_errors</p></li>
|
||||||
|
</ul>
|
||||||
|
</div></td>
|
||||||
|
</tr>
|
||||||
|
<tr class="row-even"><td><div class="ansible-option-cell">
|
||||||
|
<div class="ansibleOptionAnchor" id="parameter-mount_detection"></div><p class="ansible-option-title" id="ansible-collections-containers-podman-buildah-connection-parameter-mount-detection"><strong>mount_detection</strong></p>
|
||||||
|
<a class="ansibleOptionLink" href="#parameter-mount_detection" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">boolean</span></p>
|
||||||
|
</div></td>
|
||||||
|
<td><div class="ansible-option-cell"><p>Enable automatic detection and use of container mount points for file operations.</p>
|
||||||
|
<p class="ansible-option-line"><strong class="ansible-option-choices">Choices:</strong></p>
|
||||||
|
<ul class="simple">
|
||||||
|
<li><p><code class="ansible-option-choices-entry docutils literal notranslate"><span class="pre">false</span></code></p></li>
|
||||||
|
<li><p><code class="ansible-option-default-bold docutils literal notranslate"><strong><span class="pre">true</span></strong></code> <span class="ansible-option-choices-default-mark">← (default)</span></p></li>
|
||||||
|
</ul>
|
||||||
|
<p class="ansible-option-line"><strong class="ansible-option-configuration">Configuration:</strong></p>
|
||||||
|
<ul class="simple">
|
||||||
|
<li><p>Environment variable: <span class="target" id="index-3"></span><a class="reference internal" href="../../environment_variables.html#envvar-ANSIBLE_BUILDAH_MOUNT_DETECTION"><code class="xref std std-envvar docutils literal notranslate"><span class="pre">ANSIBLE_BUILDAH_MOUNT_DETECTION</span></code></a></p></li>
|
||||||
|
<li><p>Variable: ansible_buildah_mount_detection</p></li>
|
||||||
|
</ul>
|
||||||
|
</div></td>
|
||||||
|
</tr>
|
||||||
|
<tr class="row-odd"><td><div class="ansible-option-cell">
|
||||||
|
<div class="ansibleOptionAnchor" id="parameter-remote_addr"></div><p class="ansible-option-title" id="ansible-collections-containers-podman-buildah-connection-parameter-remote-addr"><strong>remote_addr</strong></p>
|
||||||
|
<a class="ansibleOptionLink" href="#parameter-remote_addr" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
|
||||||
|
</div></td>
|
||||||
|
<td><div class="ansible-option-cell"><p>The ID or name of the buildah working container you want to access.</p>
|
||||||
|
<p class="ansible-option-line"><strong class="ansible-option-default-bold">Default:</strong> <code class="ansible-option-default docutils literal notranslate"><span class="pre">"inventory_hostname"</span></code></p>
|
||||||
|
<p class="ansible-option-line"><strong class="ansible-option-configuration">Configuration:</strong></p>
|
||||||
|
<ul>
|
||||||
|
<li><p>INI entry:</p>
|
||||||
|
<div class="highlight-ini notranslate"><div class="highlight"><pre><span></span><span class="k">[defaults]</span>
|
||||||
|
<span class="na">remote_addr</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">inventory_hostname</span>
|
||||||
|
</pre></div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li><p>Environment variable: <span class="target" id="index-4"></span><a class="reference internal" href="../../environment_variables.html#envvar-ANSIBLE_BUILDAH_HOST"><code class="xref std std-envvar docutils literal notranslate"><span class="pre">ANSIBLE_BUILDAH_HOST</span></code></a></p></li>
|
||||||
|
<li><p>Variable: inventory_hostname</p></li>
|
||||||
|
<li><p>Variable: ansible_host</p></li>
|
||||||
|
<li><p>Variable: ansible_buildah_host</p></li>
|
||||||
|
</ul>
|
||||||
|
</div></td>
|
||||||
|
</tr>
|
||||||
|
<tr class="row-even"><td><div class="ansible-option-cell">
|
||||||
<div class="ansibleOptionAnchor" id="parameter-remote_user"></div><p class="ansible-option-title" id="ansible-collections-containers-podman-buildah-connection-parameter-remote-user"><strong>remote_user</strong></p>
|
<div class="ansibleOptionAnchor" id="parameter-remote_user"></div><p class="ansible-option-title" id="ansible-collections-containers-podman-buildah-connection-parameter-remote-user"><strong>remote_user</strong></p>
|
||||||
<a class="ansibleOptionLink" href="#parameter-remote_user" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
|
<a class="ansibleOptionLink" href="#parameter-remote_user" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
|
||||||
</div></td>
|
</div></td>
|
||||||
<td><div class="ansible-option-cell"><p>User specified via name or ID which is used to execute commands inside the container.</p>
|
<td><div class="ansible-option-cell"><p>User specified via name or UID which is used to execute commands inside the container.</p>
|
||||||
|
<p>For buildah, this affects both run commands and copy operations.</p>
|
||||||
<p class="ansible-option-line"><strong class="ansible-option-configuration">Configuration:</strong></p>
|
<p class="ansible-option-line"><strong class="ansible-option-configuration">Configuration:</strong></p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><p>INI entry:</p>
|
<li><p>INI entry:</p>
|
||||||
|
|
@ -185,11 +313,23 @@ To check whether it is installed, run <code class="code docutils literal notrans
|
||||||
</pre></div>
|
</pre></div>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<li><p>Environment variable: <span class="target" id="index-0"></span><a class="reference external" href="https://docs.ansible.com/ansible/devel/reference_appendices/config.html#envvar-ANSIBLE_REMOTE_USER" title="(in Ansible vdevel)"><code class="xref std std-envvar docutils literal notranslate"><span class="pre">ANSIBLE_REMOTE_USER</span></code></a></p></li>
|
<li><p>Environment variable: <span class="target" id="index-5"></span><a class="reference external" href="https://docs.ansible.com/projects/ansible/devel/reference_appendices/config.html#envvar-ANSIBLE_REMOTE_USER" title="(in Ansible devel)"><code class="xref std std-envvar docutils literal notranslate"><span class="pre">ANSIBLE_REMOTE_USER</span></code></a></p></li>
|
||||||
<li><p>Variable: ansible_user</p></li>
|
<li><p>Variable: ansible_user</p></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div></td>
|
</div></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr class="row-odd"><td><div class="ansible-option-cell">
|
||||||
|
<div class="ansibleOptionAnchor" id="parameter-working_directory"></div><p class="ansible-option-title" id="ansible-collections-containers-podman-buildah-connection-parameter-working-directory"><strong>working_directory</strong></p>
|
||||||
|
<a class="ansibleOptionLink" href="#parameter-working_directory" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
|
||||||
|
</div></td>
|
||||||
|
<td><div class="ansible-option-cell"><p>Set working directory for commands executed in the container.</p>
|
||||||
|
<p class="ansible-option-line"><strong class="ansible-option-configuration">Configuration:</strong></p>
|
||||||
|
<ul class="simple">
|
||||||
|
<li><p>Environment variable: <span class="target" id="index-6"></span><a class="reference internal" href="../../environment_variables.html#envvar-ANSIBLE_BUILDAH_WORKING_DIRECTORY"><code class="xref std std-envvar docutils literal notranslate"><span class="pre">ANSIBLE_BUILDAH_WORKING_DIRECTORY</span></code></a></p></li>
|
||||||
|
<li><p>Variable: ansible_buildah_working_directory</p></li>
|
||||||
|
</ul>
|
||||||
|
</div></td>
|
||||||
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
<html class="writer-html5" lang="en" data-content_root="../../../">
|
<html class="writer-html5" lang="en" data-content_root="../../../">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta content="2.21.0" name="antsibull-docs" />
|
<meta content="2.24.0" name="antsibull-docs" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>containers.podman.buildah_containers inventory – Inventory plugin that discovers Buildah working containers as hosts — Ansible collections documentation</title>
|
<title>containers.podman.buildah_containers inventory – Inventory plugin that discovers Buildah working containers as hosts — Ansible collections documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=c5b67dd2" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=b54c304f" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
||||||
|
|
||||||
|
|
@ -18,8 +18,8 @@
|
||||||
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
||||||
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||||||
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
||||||
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
|
<script src="../../../_static/doctools.js?v=fd6eb6e6"></script>
|
||||||
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
|
<script src="../../../_static/sphinx_highlight.js?v=6ffebe34"></script>
|
||||||
<script src="../../../_static/js/theme.js"></script>
|
<script src="../../../_static/js/theme.js"></script>
|
||||||
<link rel="search" title="Search" href="../../../search.html" />
|
<link rel="search" title="Search" href="../../../search.html" />
|
||||||
<link rel="next" title="containers.podman.podman_containers inventory – Inventory plugin that discovers Podman containers as hosts" href="podman_containers_inventory.html" />
|
<link rel="next" title="containers.podman.podman_containers inventory – Inventory plugin that discovers Podman containers as hosts" href="podman_containers_inventory.html" />
|
||||||
|
|
@ -132,7 +132,7 @@
|
||||||
<h1>containers.podman.buildah_containers inventory – Inventory plugin that discovers Buildah working containers as hosts<a class="headerlink" href="#containers-podman-buildah-containers-inventory-inventory-plugin-that-discovers-buildah-working-containers-as-hosts" title="Link to this heading"></a></h1>
|
<h1>containers.podman.buildah_containers inventory – Inventory plugin that discovers Buildah working containers as hosts<a class="headerlink" href="#containers-podman-buildah-containers-inventory-inventory-plugin-that-discovers-buildah-working-containers-as-hosts" title="Link to this heading"></a></h1>
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
<p class="admonition-title">Note</p>
|
<p class="admonition-title">Note</p>
|
||||||
<p>This inventory plugin is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.0).</p>
|
<p>This inventory plugin is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.1).</p>
|
||||||
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
||||||
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
||||||
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.</p>
|
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.</p>
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
<html class="writer-html5" lang="en" data-content_root="../../../">
|
<html class="writer-html5" lang="en" data-content_root="../../../">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta content="2.21.0" name="antsibull-docs" />
|
<meta content="2.24.0" name="antsibull-docs" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Containers.Podman — Ansible collections documentation</title>
|
<title>Containers.Podman — Ansible collections documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=c5b67dd2" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=b54c304f" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
||||||
|
|
||||||
|
|
@ -18,8 +18,8 @@
|
||||||
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
||||||
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||||||
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
||||||
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
|
<script src="../../../_static/doctools.js?v=fd6eb6e6"></script>
|
||||||
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
|
<script src="../../../_static/sphinx_highlight.js?v=6ffebe34"></script>
|
||||||
<script src="../../../_static/js/theme.js"></script>
|
<script src="../../../_static/js/theme.js"></script>
|
||||||
<link rel="search" title="Search" href="../../../search.html" />
|
<link rel="search" title="Search" href="../../../search.html" />
|
||||||
<link rel="next" title="containers.podman.podman_container module – Manage podman containers" href="podman_container_module.html" />
|
<link rel="next" title="containers.podman.podman_container module – Manage podman containers" href="podman_container_module.html" />
|
||||||
|
|
@ -129,7 +129,7 @@
|
||||||
|
|
||||||
<section id="containers-podman">
|
<section id="containers-podman">
|
||||||
<span id="plugins-in-containers-podman"></span><h1>Containers.Podman<a class="headerlink" href="#containers-podman" title="Link to this heading"></a></h1>
|
<span id="plugins-in-containers-podman"></span><h1>Containers.Podman<a class="headerlink" href="#containers-podman" title="Link to this heading"></a></h1>
|
||||||
<p>Collection version 1.18.0</p>
|
<p>Collection version 1.18.1</p>
|
||||||
<nav class="contents local" id="contents">
|
<nav class="contents local" id="contents">
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li><p><a class="reference internal" href="#description" id="id1">Description</a></p></li>
|
<li><p><a class="reference internal" href="#description" id="id1">Description</a></p></li>
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
<html class="writer-html5" lang="en" data-content_root="../../../">
|
<html class="writer-html5" lang="en" data-content_root="../../../">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta content="2.21.0" name="antsibull-docs" />
|
<meta content="2.24.0" name="antsibull-docs" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>containers.podman.podman connection – Interact with an existing podman container — Ansible collections documentation</title>
|
<title>containers.podman.podman connection – Interact with an existing podman container — Ansible collections documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=c5b67dd2" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=b54c304f" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
||||||
|
|
||||||
|
|
@ -18,8 +18,8 @@
|
||||||
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
||||||
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||||||
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
||||||
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
|
<script src="../../../_static/doctools.js?v=fd6eb6e6"></script>
|
||||||
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
|
<script src="../../../_static/sphinx_highlight.js?v=6ffebe34"></script>
|
||||||
<script src="../../../_static/js/theme.js"></script>
|
<script src="../../../_static/js/theme.js"></script>
|
||||||
<link rel="search" title="Search" href="../../../search.html" />
|
<link rel="search" title="Search" href="../../../search.html" />
|
||||||
<link rel="next" title="containers.podman.buildah_containers inventory – Inventory plugin that discovers Buildah working containers as hosts" href="buildah_containers_inventory.html" />
|
<link rel="next" title="containers.podman.buildah_containers inventory – Inventory plugin that discovers Buildah working containers as hosts" href="buildah_containers_inventory.html" />
|
||||||
|
|
@ -132,7 +132,7 @@
|
||||||
<h1>containers.podman.podman connection – Interact with an existing podman container<a class="headerlink" href="#containers-podman-podman-connection-interact-with-an-existing-podman-container" title="Link to this heading"></a></h1>
|
<h1>containers.podman.podman connection – Interact with an existing podman container<a class="headerlink" href="#containers-podman-podman-connection-interact-with-an-existing-podman-container" title="Link to this heading"></a></h1>
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
<p class="admonition-title">Note</p>
|
<p class="admonition-title">Note</p>
|
||||||
<p>This connection plugin is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.0).</p>
|
<p>This connection plugin is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.1).</p>
|
||||||
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
||||||
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
||||||
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.</p>
|
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.</p>
|
||||||
|
|
@ -148,6 +148,7 @@ To check whether it is installed, run <code class="code docutils literal notrans
|
||||||
<h2><a class="toc-backref" href="#id1" role="doc-backlink">Synopsis</a><a class="headerlink" href="#synopsis" title="Link to this heading"></a></h2>
|
<h2><a class="toc-backref" href="#id1" role="doc-backlink">Synopsis</a><a class="headerlink" href="#synopsis" title="Link to this heading"></a></h2>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li><p>Run commands or put/fetch files to an existing container using podman tool.</p></li>
|
<li><p>Run commands or put/fetch files to an existing container using podman tool.</p></li>
|
||||||
|
<li><p>Supports both direct execution and filesystem mounting for optimal performance.</p></li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
<section id="parameters">
|
<section id="parameters">
|
||||||
|
|
@ -160,14 +161,84 @@ To check whether it is installed, run <code class="code docutils literal notrans
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr class="row-even"><td><div class="ansible-option-cell">
|
<tr class="row-even"><td><div class="ansible-option-cell">
|
||||||
|
<div class="ansibleOptionAnchor" id="parameter-container_timeout"></div><p class="ansible-option-title" id="ansible-collections-containers-podman-podman-connection-parameter-container-timeout"><strong>container_timeout</strong></p>
|
||||||
|
<a class="ansibleOptionLink" href="#parameter-container_timeout" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">integer</span></p>
|
||||||
|
</div></td>
|
||||||
|
<td><div class="ansible-option-cell"><p>Timeout in seconds for container operations. 0 means no timeout.</p>
|
||||||
|
<p class="ansible-option-line"><strong class="ansible-option-default-bold">Default:</strong> <code class="ansible-option-default docutils literal notranslate"><span class="pre">0</span></code></p>
|
||||||
|
<p class="ansible-option-line"><strong class="ansible-option-configuration">Configuration:</strong></p>
|
||||||
|
<ul>
|
||||||
|
<li><p>INI entry:</p>
|
||||||
|
<div class="highlight-ini notranslate"><div class="highlight"><pre><span></span><span class="k">[defaults]</span>
|
||||||
|
<span class="na">podman_timeout</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">0</span>
|
||||||
|
</pre></div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li><p>Environment variable: <span class="target" id="index-0"></span><a class="reference internal" href="../../environment_variables.html#envvar-ANSIBLE_PODMAN_TIMEOUT"><code class="xref std std-envvar docutils literal notranslate"><span class="pre">ANSIBLE_PODMAN_TIMEOUT</span></code></a></p></li>
|
||||||
|
<li><p>Variable: ansible_podman_timeout</p></li>
|
||||||
|
</ul>
|
||||||
|
</div></td>
|
||||||
|
</tr>
|
||||||
|
<tr class="row-odd"><td><div class="ansible-option-cell">
|
||||||
|
<div class="ansibleOptionAnchor" id="parameter-extra_env_vars"></div><p class="ansible-option-title" id="ansible-collections-containers-podman-podman-connection-parameter-extra-env-vars"><strong>extra_env_vars</strong></p>
|
||||||
|
<a class="ansibleOptionLink" href="#parameter-extra_env_vars" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">dictionary</span></p>
|
||||||
|
</div></td>
|
||||||
|
<td><div class="ansible-option-cell"><p>Additional environment variables to set in the container.</p>
|
||||||
|
<p class="ansible-option-line"><strong class="ansible-option-default-bold">Default:</strong> <code class="ansible-option-default docutils literal notranslate"><span class="pre">{}</span></code></p>
|
||||||
|
<p class="ansible-option-line"><strong class="ansible-option-configuration">Configuration:</strong></p>
|
||||||
|
<ul class="simple">
|
||||||
|
<li><p>Variable: ansible_podman_extra_env</p></li>
|
||||||
|
</ul>
|
||||||
|
</div></td>
|
||||||
|
</tr>
|
||||||
|
<tr class="row-even"><td><div class="ansible-option-cell">
|
||||||
|
<div class="ansibleOptionAnchor" id="parameter-ignore_mount_errors"></div><p class="ansible-option-title" id="ansible-collections-containers-podman-podman-connection-parameter-ignore-mount-errors"><strong>ignore_mount_errors</strong></p>
|
||||||
|
<a class="ansibleOptionLink" href="#parameter-ignore_mount_errors" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">boolean</span></p>
|
||||||
|
</div></td>
|
||||||
|
<td><div class="ansible-option-cell"><p>Continue with copy operations even if container mounting fails.</p>
|
||||||
|
<p class="ansible-option-line"><strong class="ansible-option-choices">Choices:</strong></p>
|
||||||
|
<ul class="simple">
|
||||||
|
<li><p><code class="ansible-option-choices-entry docutils literal notranslate"><span class="pre">false</span></code></p></li>
|
||||||
|
<li><p><code class="ansible-option-default-bold docutils literal notranslate"><strong><span class="pre">true</span></strong></code> <span class="ansible-option-choices-default-mark">← (default)</span></p></li>
|
||||||
|
</ul>
|
||||||
|
<p class="ansible-option-line"><strong class="ansible-option-configuration">Configuration:</strong></p>
|
||||||
|
<ul class="simple">
|
||||||
|
<li><p>Variable: ansible_podman_ignore_mount_errors</p></li>
|
||||||
|
</ul>
|
||||||
|
</div></td>
|
||||||
|
</tr>
|
||||||
|
<tr class="row-odd"><td><div class="ansible-option-cell">
|
||||||
|
<div class="ansibleOptionAnchor" id="parameter-mount_detection"></div><p class="ansible-option-title" id="ansible-collections-containers-podman-podman-connection-parameter-mount-detection"><strong>mount_detection</strong></p>
|
||||||
|
<a class="ansibleOptionLink" href="#parameter-mount_detection" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">boolean</span></p>
|
||||||
|
</div></td>
|
||||||
|
<td><div class="ansible-option-cell"><p>Enable automatic detection and use of container mount points for file operations.</p>
|
||||||
|
<p class="ansible-option-line"><strong class="ansible-option-choices">Choices:</strong></p>
|
||||||
|
<ul class="simple">
|
||||||
|
<li><p><code class="ansible-option-choices-entry docutils literal notranslate"><span class="pre">false</span></code></p></li>
|
||||||
|
<li><p><code class="ansible-option-default-bold docutils literal notranslate"><strong><span class="pre">true</span></strong></code> <span class="ansible-option-choices-default-mark">← (default)</span></p></li>
|
||||||
|
</ul>
|
||||||
|
<p class="ansible-option-line"><strong class="ansible-option-configuration">Configuration:</strong></p>
|
||||||
|
<ul class="simple">
|
||||||
|
<li><p>Environment variable: <span class="target" id="index-1"></span><a class="reference internal" href="../../environment_variables.html#envvar-ANSIBLE_PODMAN_MOUNT_DETECTION"><code class="xref std std-envvar docutils literal notranslate"><span class="pre">ANSIBLE_PODMAN_MOUNT_DETECTION</span></code></a></p></li>
|
||||||
|
<li><p>Variable: ansible_podman_mount_detection</p></li>
|
||||||
|
</ul>
|
||||||
|
</div></td>
|
||||||
|
</tr>
|
||||||
|
<tr class="row-even"><td><div class="ansible-option-cell">
|
||||||
<div class="ansibleOptionAnchor" id="parameter-podman_executable"></div><p class="ansible-option-title" id="ansible-collections-containers-podman-podman-connection-parameter-podman-executable"><strong>podman_executable</strong></p>
|
<div class="ansibleOptionAnchor" id="parameter-podman_executable"></div><p class="ansible-option-title" id="ansible-collections-containers-podman-podman-connection-parameter-podman-executable"><strong>podman_executable</strong></p>
|
||||||
<a class="ansibleOptionLink" href="#parameter-podman_executable" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
|
<a class="ansibleOptionLink" href="#parameter-podman_executable" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
|
||||||
</div></td>
|
</div></td>
|
||||||
<td><div class="ansible-option-cell"><p>Executable for podman command.</p>
|
<td><div class="ansible-option-cell"><p>Executable for podman command.</p>
|
||||||
<p class="ansible-option-line"><strong class="ansible-option-default-bold">Default:</strong> <code class="ansible-option-default docutils literal notranslate"><span class="pre">"podman"</span></code></p>
|
<p class="ansible-option-line"><strong class="ansible-option-default-bold">Default:</strong> <code class="ansible-option-default docutils literal notranslate"><span class="pre">"podman"</span></code></p>
|
||||||
<p class="ansible-option-line"><strong class="ansible-option-configuration">Configuration:</strong></p>
|
<p class="ansible-option-line"><strong class="ansible-option-configuration">Configuration:</strong></p>
|
||||||
<ul class="simple">
|
<ul>
|
||||||
<li><p>Environment variable: <span class="target" id="index-0"></span><a class="reference internal" href="../../environment_variables.html#envvar-ANSIBLE_PODMAN_EXECUTABLE"><code class="xref std std-envvar docutils literal notranslate"><span class="pre">ANSIBLE_PODMAN_EXECUTABLE</span></code></a></p></li>
|
<li><p>INI entry:</p>
|
||||||
|
<div class="highlight-ini notranslate"><div class="highlight"><pre><span></span><span class="k">[defaults]</span>
|
||||||
|
<span class="na">podman_executable</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">podman</span>
|
||||||
|
</pre></div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li><p>Environment variable: <span class="target" id="index-2"></span><a class="reference internal" href="../../environment_variables.html#envvar-ANSIBLE_PODMAN_EXECUTABLE"><code class="xref std std-envvar docutils literal notranslate"><span class="pre">ANSIBLE_PODMAN_EXECUTABLE</span></code></a></p></li>
|
||||||
<li><p>Variable: ansible_podman_executable</p></li>
|
<li><p>Variable: ansible_podman_executable</p></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div></td>
|
</div></td>
|
||||||
|
|
@ -186,30 +257,56 @@ To check whether it is installed, run <code class="code docutils literal notrans
|
||||||
</pre></div>
|
</pre></div>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<li><p>Environment variable: <span class="target" id="index-1"></span><a class="reference internal" href="../../environment_variables.html#envvar-ANSIBLE_PODMAN_EXTRA_ARGS"><code class="xref std std-envvar docutils literal notranslate"><span class="pre">ANSIBLE_PODMAN_EXTRA_ARGS</span></code></a></p></li>
|
<li><p>Environment variable: <span class="target" id="index-3"></span><a class="reference internal" href="../../environment_variables.html#envvar-ANSIBLE_PODMAN_EXTRA_ARGS"><code class="xref std std-envvar docutils literal notranslate"><span class="pre">ANSIBLE_PODMAN_EXTRA_ARGS</span></code></a></p></li>
|
||||||
<li><p>Variable: ansible_podman_extra_args</p></li>
|
<li><p>Variable: ansible_podman_extra_args</p></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div></td>
|
</div></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="row-even"><td><div class="ansible-option-cell">
|
<tr class="row-even"><td><div class="ansible-option-cell">
|
||||||
<div class="ansibleOptionAnchor" id="parameter-remote_addr"></div><p class="ansible-option-title" id="ansible-collections-containers-podman-podman-connection-parameter-remote-addr"><strong>remote_addr</strong></p>
|
<div class="ansibleOptionAnchor" id="parameter-privilege_escalation_method"></div><p class="ansible-option-title" id="ansible-collections-containers-podman-podman-connection-parameter-privilege-escalation-method"><strong>privilege_escalation_method</strong></p>
|
||||||
<a class="ansibleOptionLink" href="#parameter-remote_addr" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
|
<a class="ansibleOptionLink" href="#parameter-privilege_escalation_method" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
|
||||||
</div></td>
|
</div></td>
|
||||||
<td><div class="ansible-option-cell"><p>The ID of the container you want to access.</p>
|
<td><div class="ansible-option-cell"><p>Method to use for privilege escalation inside container.</p>
|
||||||
<p class="ansible-option-line"><strong class="ansible-option-default-bold">Default:</strong> <code class="ansible-option-default docutils literal notranslate"><span class="pre">"inventory_hostname"</span></code></p>
|
<p class="ansible-option-line"><strong class="ansible-option-choices">Choices:</strong></p>
|
||||||
|
<ul class="simple">
|
||||||
|
<li><p><code class="ansible-option-default-bold docutils literal notranslate"><strong><span class="pre">"auto"</span></strong></code> <span class="ansible-option-choices-default-mark">← (default)</span></p></li>
|
||||||
|
<li><p><code class="ansible-option-choices-entry docutils literal notranslate"><span class="pre">"sudo"</span></code></p></li>
|
||||||
|
<li><p><code class="ansible-option-choices-entry docutils literal notranslate"><span class="pre">"su"</span></code></p></li>
|
||||||
|
<li><p><code class="ansible-option-choices-entry docutils literal notranslate"><span class="pre">"none"</span></code></p></li>
|
||||||
|
</ul>
|
||||||
<p class="ansible-option-line"><strong class="ansible-option-configuration">Configuration:</strong></p>
|
<p class="ansible-option-line"><strong class="ansible-option-configuration">Configuration:</strong></p>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li><p>Variable: ansible_host</p></li>
|
<li><p>Variable: ansible_podman_privilege_escalation</p></li>
|
||||||
<li><p>Variable: inventory_hostname</p></li>
|
|
||||||
<li><p>Variable: ansible_podman_host</p></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div></td>
|
</div></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="row-odd"><td><div class="ansible-option-cell">
|
<tr class="row-odd"><td><div class="ansible-option-cell">
|
||||||
|
<div class="ansibleOptionAnchor" id="parameter-remote_addr"></div><p class="ansible-option-title" id="ansible-collections-containers-podman-podman-connection-parameter-remote-addr"><strong>remote_addr</strong></p>
|
||||||
|
<a class="ansibleOptionLink" href="#parameter-remote_addr" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
|
||||||
|
</div></td>
|
||||||
|
<td><div class="ansible-option-cell"><p>The ID or name of the container you want to access.</p>
|
||||||
|
<p class="ansible-option-line"><strong class="ansible-option-default-bold">Default:</strong> <code class="ansible-option-default docutils literal notranslate"><span class="pre">"inventory_hostname"</span></code></p>
|
||||||
|
<p class="ansible-option-line"><strong class="ansible-option-configuration">Configuration:</strong></p>
|
||||||
|
<ul>
|
||||||
|
<li><p>INI entry:</p>
|
||||||
|
<div class="highlight-ini notranslate"><div class="highlight"><pre><span></span><span class="k">[defaults]</span>
|
||||||
|
<span class="na">remote_addr</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">inventory_hostname</span>
|
||||||
|
</pre></div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li><p>Environment variable: <span class="target" id="index-4"></span><a class="reference internal" href="../../environment_variables.html#envvar-ANSIBLE_PODMAN_HOST"><code class="xref std std-envvar docutils literal notranslate"><span class="pre">ANSIBLE_PODMAN_HOST</span></code></a></p></li>
|
||||||
|
<li><p>Variable: inventory_hostname</p></li>
|
||||||
|
<li><p>Variable: ansible_host</p></li>
|
||||||
|
<li><p>Variable: ansible_podman_host</p></li>
|
||||||
|
</ul>
|
||||||
|
</div></td>
|
||||||
|
</tr>
|
||||||
|
<tr class="row-even"><td><div class="ansible-option-cell">
|
||||||
<div class="ansibleOptionAnchor" id="parameter-remote_user"></div><p class="ansible-option-title" id="ansible-collections-containers-podman-podman-connection-parameter-remote-user"><strong>remote_user</strong></p>
|
<div class="ansibleOptionAnchor" id="parameter-remote_user"></div><p class="ansible-option-title" id="ansible-collections-containers-podman-podman-connection-parameter-remote-user"><strong>remote_user</strong></p>
|
||||||
<a class="ansibleOptionLink" href="#parameter-remote_user" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
|
<a class="ansibleOptionLink" href="#parameter-remote_user" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
|
||||||
</div></td>
|
</div></td>
|
||||||
<td><div class="ansible-option-cell"><p>User specified via name or UID which is used to execute commands inside the container. If you specify the user via UID, you must set <code class="docutils literal notranslate"><span class="pre">ANSIBLE_REMOTE_TMP</span></code> to a path that exits inside the container and is writable by Ansible.</p>
|
<td><div class="ansible-option-cell"><p>User specified via name or UID which is used to execute commands inside the container.</p>
|
||||||
|
<p>If you specify the user via UID, you must set <code class="docutils literal notranslate"><span class="pre">ANSIBLE_REMOTE_TMP</span></code> to a path that exists inside the container and is writable by Ansible.</p>
|
||||||
<p class="ansible-option-line"><strong class="ansible-option-configuration">Configuration:</strong></p>
|
<p class="ansible-option-line"><strong class="ansible-option-configuration">Configuration:</strong></p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><p>INI entry:</p>
|
<li><p>INI entry:</p>
|
||||||
|
|
@ -218,11 +315,22 @@ To check whether it is installed, run <code class="code docutils literal notrans
|
||||||
</pre></div>
|
</pre></div>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<li><p>Environment variable: <span class="target" id="index-2"></span><a class="reference external" href="https://docs.ansible.com/ansible/devel/reference_appendices/config.html#envvar-ANSIBLE_REMOTE_USER" title="(in Ansible vdevel)"><code class="xref std std-envvar docutils literal notranslate"><span class="pre">ANSIBLE_REMOTE_USER</span></code></a></p></li>
|
<li><p>Environment variable: <span class="target" id="index-5"></span><a class="reference external" href="https://docs.ansible.com/projects/ansible/devel/reference_appendices/config.html#envvar-ANSIBLE_REMOTE_USER" title="(in Ansible devel)"><code class="xref std std-envvar docutils literal notranslate"><span class="pre">ANSIBLE_REMOTE_USER</span></code></a></p></li>
|
||||||
<li><p>Variable: ansible_user</p></li>
|
<li><p>Variable: ansible_user</p></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div></td>
|
</div></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr class="row-odd"><td><div class="ansible-option-cell">
|
||||||
|
<div class="ansibleOptionAnchor" id="parameter-working_directory"></div><p class="ansible-option-title" id="ansible-collections-containers-podman-podman-connection-parameter-working-directory"><strong>working_directory</strong></p>
|
||||||
|
<a class="ansibleOptionLink" href="#parameter-working_directory" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
|
||||||
|
</div></td>
|
||||||
|
<td><div class="ansible-option-cell"><p>Working directory for commands executed in the container.</p>
|
||||||
|
<p class="ansible-option-line"><strong class="ansible-option-configuration">Configuration:</strong></p>
|
||||||
|
<ul class="simple">
|
||||||
|
<li><p>Variable: ansible_podman_working_directory</p></li>
|
||||||
|
</ul>
|
||||||
|
</div></td>
|
||||||
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
<html class="writer-html5" lang="en" data-content_root="../../../">
|
<html class="writer-html5" lang="en" data-content_root="../../../">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta content="2.21.0" name="antsibull-docs" />
|
<meta content="2.24.0" name="antsibull-docs" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>containers.podman.podman_container_copy module – Copy file to/from a container — Ansible collections documentation</title>
|
<title>containers.podman.podman_container_copy module – Copy file to/from a container — Ansible collections documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=c5b67dd2" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=b54c304f" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
||||||
|
|
||||||
|
|
@ -18,8 +18,8 @@
|
||||||
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
||||||
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||||||
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
||||||
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
|
<script src="../../../_static/doctools.js?v=fd6eb6e6"></script>
|
||||||
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
|
<script src="../../../_static/sphinx_highlight.js?v=6ffebe34"></script>
|
||||||
<script src="../../../_static/js/theme.js"></script>
|
<script src="../../../_static/js/theme.js"></script>
|
||||||
<link rel="search" title="Search" href="../../../search.html" />
|
<link rel="search" title="Search" href="../../../search.html" />
|
||||||
<link rel="next" title="containers.podman.podman_container_exec module – Executes a command in a running container." href="podman_container_exec_module.html" />
|
<link rel="next" title="containers.podman.podman_container_exec module – Executes a command in a running container." href="podman_container_exec_module.html" />
|
||||||
|
|
@ -132,7 +132,7 @@
|
||||||
<h1>containers.podman.podman_container_copy module – Copy file to/from a container<a class="headerlink" href="#containers-podman-podman-container-copy-module-copy-file-to-from-a-container" title="Link to this heading"></a></h1>
|
<h1>containers.podman.podman_container_copy module – Copy file to/from a container<a class="headerlink" href="#containers-podman-podman-container-copy-module-copy-file-to-from-a-container" title="Link to this heading"></a></h1>
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
<p class="admonition-title">Note</p>
|
<p class="admonition-title">Note</p>
|
||||||
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.0).</p>
|
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.1).</p>
|
||||||
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
||||||
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
||||||
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.</p>
|
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.</p>
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
<html class="writer-html5" lang="en" data-content_root="../../../">
|
<html class="writer-html5" lang="en" data-content_root="../../../">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta content="2.21.0" name="antsibull-docs" />
|
<meta content="2.24.0" name="antsibull-docs" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>containers.podman.podman_container_exec module – Executes a command in a running container. — Ansible collections documentation</title>
|
<title>containers.podman.podman_container_exec module – Executes a command in a running container. — Ansible collections documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=c5b67dd2" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=b54c304f" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
||||||
|
|
||||||
|
|
@ -18,8 +18,8 @@
|
||||||
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
||||||
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||||||
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
||||||
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
|
<script src="../../../_static/doctools.js?v=fd6eb6e6"></script>
|
||||||
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
|
<script src="../../../_static/sphinx_highlight.js?v=6ffebe34"></script>
|
||||||
<script src="../../../_static/js/theme.js"></script>
|
<script src="../../../_static/js/theme.js"></script>
|
||||||
<link rel="search" title="Search" href="../../../search.html" />
|
<link rel="search" title="Search" href="../../../search.html" />
|
||||||
<link rel="next" title="containers.podman.podman_container_info module – Gather facts about containers using podman" href="podman_container_info_module.html" />
|
<link rel="next" title="containers.podman.podman_container_info module – Gather facts about containers using podman" href="podman_container_info_module.html" />
|
||||||
|
|
@ -132,7 +132,7 @@
|
||||||
<h1>containers.podman.podman_container_exec module – Executes a command in a running container.<a class="headerlink" href="#containers-podman-podman-container-exec-module-executes-a-command-in-a-running-container" title="Link to this heading"></a></h1>
|
<h1>containers.podman.podman_container_exec module – Executes a command in a running container.<a class="headerlink" href="#containers-podman-podman-container-exec-module-executes-a-command-in-a-running-container" title="Link to this heading"></a></h1>
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
<p class="admonition-title">Note</p>
|
<p class="admonition-title">Note</p>
|
||||||
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.0).</p>
|
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.1).</p>
|
||||||
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
||||||
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
||||||
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
||||||
|
|
@ -303,7 +303,7 @@ see <a class="reference internal" href="#ansible-collections-containers-podman-p
|
||||||
</section>
|
</section>
|
||||||
<section id="return-values">
|
<section id="return-values">
|
||||||
<h2><a class="toc-backref" href="#id6" role="doc-backlink">Return Values</a><a class="headerlink" href="#return-values" title="Link to this heading"></a></h2>
|
<h2><a class="toc-backref" href="#id6" role="doc-backlink">Return Values</a><a class="headerlink" href="#return-values" title="Link to this heading"></a></h2>
|
||||||
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/ansible/devel/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible vdevel)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
|
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/projects/ansible/devel/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible devel)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
|
||||||
<table class="longtable ansible-option-table docutils align-default" style="width: 100%">
|
<table class="longtable ansible-option-table docutils align-default" style="width: 100%">
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="row-odd"><th class="head"><p>Key</p></th>
|
<tr class="row-odd"><th class="head"><p>Key</p></th>
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
<html class="writer-html5" lang="en" data-content_root="../../../">
|
<html class="writer-html5" lang="en" data-content_root="../../../">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta content="2.21.0" name="antsibull-docs" />
|
<meta content="2.24.0" name="antsibull-docs" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>containers.podman.podman_container_info module – Gather facts about containers using podman — Ansible collections documentation</title>
|
<title>containers.podman.podman_container_info module – Gather facts about containers using podman — Ansible collections documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=c5b67dd2" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=b54c304f" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
||||||
|
|
||||||
|
|
@ -18,8 +18,8 @@
|
||||||
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
||||||
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||||||
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
||||||
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
|
<script src="../../../_static/doctools.js?v=fd6eb6e6"></script>
|
||||||
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
|
<script src="../../../_static/sphinx_highlight.js?v=6ffebe34"></script>
|
||||||
<script src="../../../_static/js/theme.js"></script>
|
<script src="../../../_static/js/theme.js"></script>
|
||||||
<link rel="search" title="Search" href="../../../search.html" />
|
<link rel="search" title="Search" href="../../../search.html" />
|
||||||
<link rel="next" title="containers.podman.podman_containers module – Manage podman containers in a batch" href="podman_containers_module.html" />
|
<link rel="next" title="containers.podman.podman_containers module – Manage podman containers in a batch" href="podman_containers_module.html" />
|
||||||
|
|
@ -132,7 +132,7 @@
|
||||||
<h1>containers.podman.podman_container_info module – Gather facts about containers using podman<a class="headerlink" href="#containers-podman-podman-container-info-module-gather-facts-about-containers-using-podman" title="Link to this heading"></a></h1>
|
<h1>containers.podman.podman_container_info module – Gather facts about containers using podman<a class="headerlink" href="#containers-podman-podman-container-info-module-gather-facts-about-containers-using-podman" title="Link to this heading"></a></h1>
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
<p class="admonition-title">Note</p>
|
<p class="admonition-title">Note</p>
|
||||||
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.0).</p>
|
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.1).</p>
|
||||||
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
||||||
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
||||||
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
||||||
|
|
@ -218,7 +218,7 @@ see <a class="reference internal" href="#ansible-collections-containers-podman-p
|
||||||
</section>
|
</section>
|
||||||
<section id="return-values">
|
<section id="return-values">
|
||||||
<h2><a class="toc-backref" href="#id6" role="doc-backlink">Return Values</a><a class="headerlink" href="#return-values" title="Link to this heading"></a></h2>
|
<h2><a class="toc-backref" href="#id6" role="doc-backlink">Return Values</a><a class="headerlink" href="#return-values" title="Link to this heading"></a></h2>
|
||||||
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/ansible/devel/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible vdevel)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
|
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/projects/ansible/devel/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible devel)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
|
||||||
<table class="longtable ansible-option-table docutils align-default" style="width: 100%">
|
<table class="longtable ansible-option-table docutils align-default" style="width: 100%">
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="row-odd"><th class="head"><p>Key</p></th>
|
<tr class="row-odd"><th class="head"><p>Key</p></th>
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
<html class="writer-html5" lang="en" data-content_root="../../../">
|
<html class="writer-html5" lang="en" data-content_root="../../../">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta content="2.21.0" name="antsibull-docs" />
|
<meta content="2.24.0" name="antsibull-docs" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>containers.podman.podman_container module – Manage podman containers — Ansible collections documentation</title>
|
<title>containers.podman.podman_container module – Manage podman containers — Ansible collections documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=c5b67dd2" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=b54c304f" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
||||||
|
|
||||||
|
|
@ -18,8 +18,8 @@
|
||||||
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
||||||
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||||||
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
||||||
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
|
<script src="../../../_static/doctools.js?v=fd6eb6e6"></script>
|
||||||
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
|
<script src="../../../_static/sphinx_highlight.js?v=6ffebe34"></script>
|
||||||
<script src="../../../_static/js/theme.js"></script>
|
<script src="../../../_static/js/theme.js"></script>
|
||||||
<link rel="search" title="Search" href="../../../search.html" />
|
<link rel="search" title="Search" href="../../../search.html" />
|
||||||
<link rel="next" title="containers.podman.podman_container_copy module – Copy file to/from a container" href="podman_container_copy_module.html" />
|
<link rel="next" title="containers.podman.podman_container_copy module – Copy file to/from a container" href="podman_container_copy_module.html" />
|
||||||
|
|
@ -132,7 +132,7 @@
|
||||||
<h1>containers.podman.podman_container module – Manage podman containers<a class="headerlink" href="#containers-podman-podman-container-module-manage-podman-containers" title="Link to this heading"></a></h1>
|
<h1>containers.podman.podman_container module – Manage podman containers<a class="headerlink" href="#containers-podman-podman-container-module-manage-podman-containers" title="Link to this heading"></a></h1>
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
<p class="admonition-title">Note</p>
|
<p class="admonition-title">Note</p>
|
||||||
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.0).</p>
|
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.1).</p>
|
||||||
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
||||||
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
||||||
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
||||||
|
|
@ -397,7 +397,7 @@ see <a class="reference internal" href="#ansible-collections-containers-podman-p
|
||||||
<div class="ansibleOptionAnchor" id="parameter-delete_volumes"></div><p class="ansible-option-title" id="ansible-collections-containers-podman-podman-container-module-parameter-delete-volumes"><strong>delete_volumes</strong></p>
|
<div class="ansibleOptionAnchor" id="parameter-delete_volumes"></div><p class="ansible-option-title" id="ansible-collections-containers-podman-podman-container-module-parameter-delete-volumes"><strong>delete_volumes</strong></p>
|
||||||
<a class="ansibleOptionLink" href="#parameter-delete_volumes" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">boolean</span></p>
|
<a class="ansibleOptionLink" href="#parameter-delete_volumes" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">boolean</span></p>
|
||||||
</div></td>
|
</div></td>
|
||||||
<td><div class="ansible-option-cell"><p>Remove anonymous volumes associated with the container. This does not include named volumes created with podman volume create, or the –volume option of podman run and podman create.</p>
|
<td><div class="ansible-option-cell"><p>Remove anonymous volumes associated with the container. This does not include named volumes created with podman volume create, or the --volume option of podman run and podman create.</p>
|
||||||
<p class="ansible-option-line"><strong class="ansible-option-choices">Choices:</strong></p>
|
<p class="ansible-option-line"><strong class="ansible-option-choices">Choices:</strong></p>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li><p><code class="ansible-option-choices-entry docutils literal notranslate"><span class="pre">false</span></code></p></li>
|
<li><p><code class="ansible-option-choices-entry docutils literal notranslate"><span class="pre">false</span></code></p></li>
|
||||||
|
|
@ -748,7 +748,7 @@ see <a class="reference internal" href="#ansible-collections-containers-podman-p
|
||||||
<div class="ansibleOptionAnchor" id="parameter-group_entry"></div><p class="ansible-option-title" id="ansible-collections-containers-podman-podman-container-module-parameter-group-entry"><strong>group_entry</strong></p>
|
<div class="ansibleOptionAnchor" id="parameter-group_entry"></div><p class="ansible-option-title" id="ansible-collections-containers-podman-podman-container-module-parameter-group-entry"><strong>group_entry</strong></p>
|
||||||
<a class="ansibleOptionLink" href="#parameter-group_entry" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
|
<a class="ansibleOptionLink" href="#parameter-group_entry" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
|
||||||
</div></td>
|
</div></td>
|
||||||
<td><div class="ansible-option-cell"><p>Customize the entry that is written to the /etc/group file within the container when –user is used.</p>
|
<td><div class="ansible-option-cell"><p>Customize the entry that is written to the /etc/group file within the container when --user is used.</p>
|
||||||
</div></td>
|
</div></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="row-even"><td><div class="ansible-option-cell">
|
<tr class="row-even"><td><div class="ansible-option-cell">
|
||||||
|
|
@ -1012,6 +1012,8 @@ see <a class="reference internal" href="#ansible-collections-containers-podman-p
|
||||||
<li><p><code class="ansible-option-choices-entry docutils literal notranslate"><span class="pre">"k8s-file"</span></code></p></li>
|
<li><p><code class="ansible-option-choices-entry docutils literal notranslate"><span class="pre">"k8s-file"</span></code></p></li>
|
||||||
<li><p><code class="ansible-option-choices-entry docutils literal notranslate"><span class="pre">"journald"</span></code></p></li>
|
<li><p><code class="ansible-option-choices-entry docutils literal notranslate"><span class="pre">"journald"</span></code></p></li>
|
||||||
<li><p><code class="ansible-option-choices-entry docutils literal notranslate"><span class="pre">"json-file"</span></code></p></li>
|
<li><p><code class="ansible-option-choices-entry docutils literal notranslate"><span class="pre">"json-file"</span></code></p></li>
|
||||||
|
<li><p><code class="ansible-option-choices-entry docutils literal notranslate"><span class="pre">"passthrough"</span></code></p></li>
|
||||||
|
<li><p><code class="ansible-option-choices-entry docutils literal notranslate"><span class="pre">"none"</span></code></p></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div></td>
|
</div></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
@ -1089,7 +1091,7 @@ see <a class="reference internal" href="#ansible-collections-containers-podman-p
|
||||||
<div class="ansibleOptionAnchor" id="parameter-memory_swap"></div><p class="ansible-option-title" id="ansible-collections-containers-podman-podman-container-module-parameter-memory-swap"><strong>memory_swap</strong></p>
|
<div class="ansibleOptionAnchor" id="parameter-memory_swap"></div><p class="ansible-option-title" id="ansible-collections-containers-podman-podman-container-module-parameter-memory-swap"><strong>memory_swap</strong></p>
|
||||||
<a class="ansibleOptionLink" href="#parameter-memory_swap" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
|
<a class="ansibleOptionLink" href="#parameter-memory_swap" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
|
||||||
</div></td>
|
</div></td>
|
||||||
<td><div class="ansible-option-cell"><p>A limit value equal to memory plus swap. Must be used with the -m (–memory) flag. The swap LIMIT should always be larger than -m (–memory) value. By default, the swap LIMIT will be set to double the value of –memory Note - idempotency is supported for integers only.</p>
|
<td><div class="ansible-option-cell"><p>A limit value equal to memory plus swap. Must be used with the -m (--memory) flag. The swap LIMIT should always be larger than -m (--memory) value. By default, the swap LIMIT will be set to double the value of --memory Note - idempotency is supported for integers only.</p>
|
||||||
</div></td>
|
</div></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="row-even"><td><div class="ansible-option-cell">
|
<tr class="row-even"><td><div class="ansible-option-cell">
|
||||||
|
|
@ -1195,7 +1197,7 @@ see <a class="reference internal" href="#ansible-collections-containers-podman-p
|
||||||
<div class="ansibleOptionAnchor" id="parameter-passwd"></div><p class="ansible-option-title" id="ansible-collections-containers-podman-podman-container-module-parameter-passwd"><strong>passwd</strong></p>
|
<div class="ansibleOptionAnchor" id="parameter-passwd"></div><p class="ansible-option-title" id="ansible-collections-containers-podman-podman-container-module-parameter-passwd"><strong>passwd</strong></p>
|
||||||
<a class="ansibleOptionLink" href="#parameter-passwd" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">boolean</span></p>
|
<a class="ansibleOptionLink" href="#parameter-passwd" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">boolean</span></p>
|
||||||
</div></td>
|
</div></td>
|
||||||
<td><div class="ansible-option-cell"><p>Allow Podman to add entries to /etc/passwd and /etc/group when used in conjunction with the –user option. This is used to override the Podman provided user setup in favor of entrypoint configurations such as libnss-extrausers.</p>
|
<td><div class="ansible-option-cell"><p>Allow Podman to add entries to /etc/passwd and /etc/group when used in conjunction with the --user option. This is used to override the Podman provided user setup in favor of entrypoint configurations such as libnss-extrausers.</p>
|
||||||
<p class="ansible-option-line"><strong class="ansible-option-choices">Choices:</strong></p>
|
<p class="ansible-option-line"><strong class="ansible-option-choices">Choices:</strong></p>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li><p><code class="ansible-option-choices-entry docutils literal notranslate"><span class="pre">false</span></code></p></li>
|
<li><p><code class="ansible-option-choices-entry docutils literal notranslate"><span class="pre">false</span></code></p></li>
|
||||||
|
|
@ -1207,7 +1209,7 @@ see <a class="reference internal" href="#ansible-collections-containers-podman-p
|
||||||
<div class="ansibleOptionAnchor" id="parameter-passwd_entry"></div><p class="ansible-option-title" id="ansible-collections-containers-podman-podman-container-module-parameter-passwd-entry"><strong>passwd_entry</strong></p>
|
<div class="ansibleOptionAnchor" id="parameter-passwd_entry"></div><p class="ansible-option-title" id="ansible-collections-containers-podman-podman-container-module-parameter-passwd-entry"><strong>passwd_entry</strong></p>
|
||||||
<a class="ansibleOptionLink" href="#parameter-passwd_entry" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
|
<a class="ansibleOptionLink" href="#parameter-passwd_entry" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
|
||||||
</div></td>
|
</div></td>
|
||||||
<td><div class="ansible-option-cell"><p>Customize the entry that is written to the /etc/passwd file within the container when –passwd is used.</p>
|
<td><div class="ansible-option-cell"><p>Customize the entry that is written to the /etc/passwd file within the container when --passwd is used.</p>
|
||||||
</div></td>
|
</div></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="row-even"><td><div class="ansible-option-cell">
|
<tr class="row-even"><td><div class="ansible-option-cell">
|
||||||
|
|
@ -1379,7 +1381,7 @@ see <a class="reference internal" href="#ansible-collections-containers-podman-p
|
||||||
<div class="ansibleOptionAnchor" id="parameter-read_only_tmpfs"></div><p class="ansible-option-title" id="ansible-collections-containers-podman-podman-container-module-parameter-read-only-tmpfs"><strong>read_only_tmpfs</strong></p>
|
<div class="ansibleOptionAnchor" id="parameter-read_only_tmpfs"></div><p class="ansible-option-title" id="ansible-collections-containers-podman-podman-container-module-parameter-read-only-tmpfs"><strong>read_only_tmpfs</strong></p>
|
||||||
<a class="ansibleOptionLink" href="#parameter-read_only_tmpfs" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">boolean</span></p>
|
<a class="ansibleOptionLink" href="#parameter-read_only_tmpfs" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">boolean</span></p>
|
||||||
</div></td>
|
</div></td>
|
||||||
<td><div class="ansible-option-cell"><p>If container is running in –read-only mode, then mount a read-write tmpfs on /run, /tmp, and /var/tmp. The default is true</p>
|
<td><div class="ansible-option-cell"><p>If container is running in --read-only mode, then mount a read-write tmpfs on /run, /tmp, and /var/tmp. The default is true</p>
|
||||||
<p class="ansible-option-line"><strong class="ansible-option-choices">Choices:</strong></p>
|
<p class="ansible-option-line"><strong class="ansible-option-choices">Choices:</strong></p>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li><p><code class="ansible-option-choices-entry docutils literal notranslate"><span class="pre">false</span></code></p></li>
|
<li><p><code class="ansible-option-choices-entry docutils literal notranslate"><span class="pre">false</span></code></p></li>
|
||||||
|
|
@ -1453,7 +1455,7 @@ see <a class="reference internal" href="#ansible-collections-containers-podman-p
|
||||||
<div class="ansibleOptionAnchor" id="parameter-rmi"></div><p class="ansible-option-title" id="ansible-collections-containers-podman-podman-container-module-parameter-rmi"><strong>rmi</strong></p>
|
<div class="ansibleOptionAnchor" id="parameter-rmi"></div><p class="ansible-option-title" id="ansible-collections-containers-podman-podman-container-module-parameter-rmi"><strong>rmi</strong></p>
|
||||||
<a class="ansibleOptionLink" href="#parameter-rmi" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">boolean</span></p>
|
<a class="ansibleOptionLink" href="#parameter-rmi" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">boolean</span></p>
|
||||||
</div></td>
|
</div></td>
|
||||||
<td><div class="ansible-option-cell"><p>After exit of the container, remove the image unless another container is using it. Implies –rm on the new container. The default is false.</p>
|
<td><div class="ansible-option-cell"><p>After exit of the container, remove the image unless another container is using it. Implies --rm on the new container. The default is false.</p>
|
||||||
<p class="ansible-option-line"><strong class="ansible-option-choices">Choices:</strong></p>
|
<p class="ansible-option-line"><strong class="ansible-option-choices">Choices:</strong></p>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li><p><code class="ansible-option-choices-entry docutils literal notranslate"><span class="pre">false</span></code></p></li>
|
<li><p><code class="ansible-option-choices-entry docutils literal notranslate"><span class="pre">false</span></code></p></li>
|
||||||
|
|
@ -1856,7 +1858,7 @@ see <a class="reference internal" href="#ansible-collections-containers-podman-p
|
||||||
</section>
|
</section>
|
||||||
<section id="return-values">
|
<section id="return-values">
|
||||||
<h2><a class="toc-backref" href="#id5" role="doc-backlink">Return Values</a><a class="headerlink" href="#return-values" title="Link to this heading"></a></h2>
|
<h2><a class="toc-backref" href="#id5" role="doc-backlink">Return Values</a><a class="headerlink" href="#return-values" title="Link to this heading"></a></h2>
|
||||||
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/ansible/devel/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible vdevel)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
|
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/projects/ansible/devel/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible devel)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
|
||||||
<table class="longtable ansible-option-table docutils align-default" style="width: 100%">
|
<table class="longtable ansible-option-table docutils align-default" style="width: 100%">
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="row-odd"><th class="head"><p>Key</p></th>
|
<tr class="row-odd"><th class="head"><p>Key</p></th>
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
<html class="writer-html5" lang="en" data-content_root="../../../">
|
<html class="writer-html5" lang="en" data-content_root="../../../">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta content="2.21.0" name="antsibull-docs" />
|
<meta content="2.24.0" name="antsibull-docs" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>containers.podman.podman_containers inventory – Inventory plugin that discovers Podman containers as hosts — Ansible collections documentation</title>
|
<title>containers.podman.podman_containers inventory – Inventory plugin that discovers Podman containers as hosts — Ansible collections documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=c5b67dd2" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=b54c304f" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
||||||
|
|
||||||
|
|
@ -18,8 +18,8 @@
|
||||||
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
||||||
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||||||
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
||||||
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
|
<script src="../../../_static/doctools.js?v=fd6eb6e6"></script>
|
||||||
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
|
<script src="../../../_static/sphinx_highlight.js?v=6ffebe34"></script>
|
||||||
<script src="../../../_static/js/theme.js"></script>
|
<script src="../../../_static/js/theme.js"></script>
|
||||||
<link rel="search" title="Search" href="../../../search.html" />
|
<link rel="search" title="Search" href="../../../search.html" />
|
||||||
<link rel="next" title="Index of all Become Plugins" href="../../index_become.html" />
|
<link rel="next" title="Index of all Become Plugins" href="../../index_become.html" />
|
||||||
|
|
@ -132,7 +132,7 @@
|
||||||
<h1>containers.podman.podman_containers inventory – Inventory plugin that discovers Podman containers as hosts<a class="headerlink" href="#containers-podman-podman-containers-inventory-inventory-plugin-that-discovers-podman-containers-as-hosts" title="Link to this heading"></a></h1>
|
<h1>containers.podman.podman_containers inventory – Inventory plugin that discovers Podman containers as hosts<a class="headerlink" href="#containers-podman-podman-containers-inventory-inventory-plugin-that-discovers-podman-containers-as-hosts" title="Link to this heading"></a></h1>
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
<p class="admonition-title">Note</p>
|
<p class="admonition-title">Note</p>
|
||||||
<p>This inventory plugin is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.0).</p>
|
<p>This inventory plugin is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.1).</p>
|
||||||
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
||||||
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
||||||
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.</p>
|
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.</p>
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
<html class="writer-html5" lang="en" data-content_root="../../../">
|
<html class="writer-html5" lang="en" data-content_root="../../../">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta content="2.21.0" name="antsibull-docs" />
|
<meta content="2.24.0" name="antsibull-docs" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>containers.podman.podman_containers module – Manage podman containers in a batch — Ansible collections documentation</title>
|
<title>containers.podman.podman_containers module – Manage podman containers in a batch — Ansible collections documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=c5b67dd2" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=b54c304f" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
||||||
|
|
||||||
|
|
@ -18,8 +18,8 @@
|
||||||
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
||||||
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||||||
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
||||||
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
|
<script src="../../../_static/doctools.js?v=fd6eb6e6"></script>
|
||||||
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
|
<script src="../../../_static/sphinx_highlight.js?v=6ffebe34"></script>
|
||||||
<script src="../../../_static/js/theme.js"></script>
|
<script src="../../../_static/js/theme.js"></script>
|
||||||
<link rel="search" title="Search" href="../../../search.html" />
|
<link rel="search" title="Search" href="../../../search.html" />
|
||||||
<link rel="next" title="containers.podman.podman_export module – Export a podman container" href="podman_export_module.html" />
|
<link rel="next" title="containers.podman.podman_export module – Export a podman container" href="podman_export_module.html" />
|
||||||
|
|
@ -132,7 +132,7 @@
|
||||||
<h1>containers.podman.podman_containers module – Manage podman containers in a batch<a class="headerlink" href="#containers-podman-podman-containers-module-manage-podman-containers-in-a-batch" title="Link to this heading"></a></h1>
|
<h1>containers.podman.podman_containers module – Manage podman containers in a batch<a class="headerlink" href="#containers-podman-podman-containers-module-manage-podman-containers-in-a-batch" title="Link to this heading"></a></h1>
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
<p class="admonition-title">Note</p>
|
<p class="admonition-title">Note</p>
|
||||||
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.0).</p>
|
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.1).</p>
|
||||||
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
||||||
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
||||||
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
<html class="writer-html5" lang="en" data-content_root="../../../">
|
<html class="writer-html5" lang="en" data-content_root="../../../">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta content="2.21.0" name="antsibull-docs" />
|
<meta content="2.24.0" name="antsibull-docs" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>containers.podman.podman_export module – Export a podman container — Ansible collections documentation</title>
|
<title>containers.podman.podman_export module – Export a podman container — Ansible collections documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=c5b67dd2" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=b54c304f" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
||||||
|
|
||||||
|
|
@ -18,8 +18,8 @@
|
||||||
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
||||||
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||||||
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
||||||
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
|
<script src="../../../_static/doctools.js?v=fd6eb6e6"></script>
|
||||||
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
|
<script src="../../../_static/sphinx_highlight.js?v=6ffebe34"></script>
|
||||||
<script src="../../../_static/js/theme.js"></script>
|
<script src="../../../_static/js/theme.js"></script>
|
||||||
<link rel="search" title="Search" href="../../../search.html" />
|
<link rel="search" title="Search" href="../../../search.html" />
|
||||||
<link rel="next" title="containers.podman.podman_generate_systemd module – Generate systemd unit from a pod or a container" href="podman_generate_systemd_module.html" />
|
<link rel="next" title="containers.podman.podman_generate_systemd module – Generate systemd unit from a pod or a container" href="podman_generate_systemd_module.html" />
|
||||||
|
|
@ -132,7 +132,7 @@
|
||||||
<h1>containers.podman.podman_export module – Export a podman container<a class="headerlink" href="#containers-podman-podman-export-module-export-a-podman-container" title="Link to this heading"></a></h1>
|
<h1>containers.podman.podman_export module – Export a podman container<a class="headerlink" href="#containers-podman-podman-export-module-export-a-podman-container" title="Link to this heading"></a></h1>
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
<p class="admonition-title">Note</p>
|
<p class="admonition-title">Note</p>
|
||||||
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.0).</p>
|
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.1).</p>
|
||||||
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
||||||
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
||||||
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
<html class="writer-html5" lang="en" data-content_root="../../../">
|
<html class="writer-html5" lang="en" data-content_root="../../../">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta content="2.21.0" name="antsibull-docs" />
|
<meta content="2.24.0" name="antsibull-docs" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>containers.podman.podman_generate_systemd module – Generate systemd unit from a pod or a container — Ansible collections documentation</title>
|
<title>containers.podman.podman_generate_systemd module – Generate systemd unit from a pod or a container — Ansible collections documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=c5b67dd2" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=b54c304f" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
||||||
|
|
||||||
|
|
@ -18,8 +18,8 @@
|
||||||
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
||||||
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||||||
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
||||||
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
|
<script src="../../../_static/doctools.js?v=fd6eb6e6"></script>
|
||||||
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
|
<script src="../../../_static/sphinx_highlight.js?v=6ffebe34"></script>
|
||||||
<script src="../../../_static/js/theme.js"></script>
|
<script src="../../../_static/js/theme.js"></script>
|
||||||
<link rel="search" title="Search" href="../../../search.html" />
|
<link rel="search" title="Search" href="../../../search.html" />
|
||||||
<link rel="next" title="containers.podman.podman_image module – Pull images for use by podman" href="podman_image_module.html" />
|
<link rel="next" title="containers.podman.podman_image module – Pull images for use by podman" href="podman_image_module.html" />
|
||||||
|
|
@ -132,7 +132,7 @@
|
||||||
<h1>containers.podman.podman_generate_systemd module – Generate systemd unit from a pod or a container<a class="headerlink" href="#containers-podman-podman-generate-systemd-module-generate-systemd-unit-from-a-pod-or-a-container" title="Link to this heading"></a></h1>
|
<h1>containers.podman.podman_generate_systemd module – Generate systemd unit from a pod or a container<a class="headerlink" href="#containers-podman-podman-generate-systemd-module-generate-systemd-unit-from-a-pod-or-a-container" title="Link to this heading"></a></h1>
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
<p class="admonition-title">Note</p>
|
<p class="admonition-title">Note</p>
|
||||||
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.0).</p>
|
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.1).</p>
|
||||||
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
||||||
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
||||||
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
||||||
|
|
@ -439,7 +439,7 @@ see <a class="reference internal" href="#ansible-collections-containers-podman-p
|
||||||
</section>
|
</section>
|
||||||
<section id="return-values">
|
<section id="return-values">
|
||||||
<h2><a class="toc-backref" href="#id6" role="doc-backlink">Return Values</a><a class="headerlink" href="#return-values" title="Link to this heading"></a></h2>
|
<h2><a class="toc-backref" href="#id6" role="doc-backlink">Return Values</a><a class="headerlink" href="#return-values" title="Link to this heading"></a></h2>
|
||||||
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/ansible/devel/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible vdevel)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
|
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/projects/ansible/devel/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible devel)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
|
||||||
<table class="longtable ansible-option-table docutils align-default" style="width: 100%">
|
<table class="longtable ansible-option-table docutils align-default" style="width: 100%">
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="row-odd"><th class="head"><p>Key</p></th>
|
<tr class="row-odd"><th class="head"><p>Key</p></th>
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
<html class="writer-html5" lang="en" data-content_root="../../../">
|
<html class="writer-html5" lang="en" data-content_root="../../../">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta content="2.21.0" name="antsibull-docs" />
|
<meta content="2.24.0" name="antsibull-docs" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>containers.podman.podman_image_info module – Gather info about images using podman — Ansible collections documentation</title>
|
<title>containers.podman.podman_image_info module – Gather info about images using podman — Ansible collections documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=c5b67dd2" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=b54c304f" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
||||||
|
|
||||||
|
|
@ -18,8 +18,8 @@
|
||||||
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
||||||
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||||||
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
||||||
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
|
<script src="../../../_static/doctools.js?v=fd6eb6e6"></script>
|
||||||
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
|
<script src="../../../_static/sphinx_highlight.js?v=6ffebe34"></script>
|
||||||
<script src="../../../_static/js/theme.js"></script>
|
<script src="../../../_static/js/theme.js"></script>
|
||||||
<link rel="search" title="Search" href="../../../search.html" />
|
<link rel="search" title="Search" href="../../../search.html" />
|
||||||
<link rel="next" title="containers.podman.podman_import module – Import Podman container from a tar file." href="podman_import_module.html" />
|
<link rel="next" title="containers.podman.podman_import module – Import Podman container from a tar file." href="podman_import_module.html" />
|
||||||
|
|
@ -132,7 +132,7 @@
|
||||||
<h1>containers.podman.podman_image_info module – Gather info about images using podman<a class="headerlink" href="#containers-podman-podman-image-info-module-gather-info-about-images-using-podman" title="Link to this heading"></a></h1>
|
<h1>containers.podman.podman_image_info module – Gather info about images using podman<a class="headerlink" href="#containers-podman-podman-image-info-module-gather-info-about-images-using-podman" title="Link to this heading"></a></h1>
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
<p class="admonition-title">Note</p>
|
<p class="admonition-title">Note</p>
|
||||||
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.0).</p>
|
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.1).</p>
|
||||||
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
||||||
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
||||||
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.</p>
|
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.</p>
|
||||||
|
|
@ -208,7 +208,7 @@ To check whether it is installed, run <code class="code docutils literal notrans
|
||||||
</section>
|
</section>
|
||||||
<section id="return-values">
|
<section id="return-values">
|
||||||
<h2><a class="toc-backref" href="#id5" role="doc-backlink">Return Values</a><a class="headerlink" href="#return-values" title="Link to this heading"></a></h2>
|
<h2><a class="toc-backref" href="#id5" role="doc-backlink">Return Values</a><a class="headerlink" href="#return-values" title="Link to this heading"></a></h2>
|
||||||
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/ansible/devel/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible vdevel)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
|
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/projects/ansible/devel/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible devel)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
|
||||||
<table class="longtable ansible-option-table docutils align-default" style="width: 100%">
|
<table class="longtable ansible-option-table docutils align-default" style="width: 100%">
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="row-odd"><th class="head"><p>Key</p></th>
|
<tr class="row-odd"><th class="head"><p>Key</p></th>
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
<html class="writer-html5" lang="en" data-content_root="../../../">
|
<html class="writer-html5" lang="en" data-content_root="../../../">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta content="2.21.0" name="antsibull-docs" />
|
<meta content="2.24.0" name="antsibull-docs" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>containers.podman.podman_image module – Pull images for use by podman — Ansible collections documentation</title>
|
<title>containers.podman.podman_image module – Pull images for use by podman — Ansible collections documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=c5b67dd2" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=b54c304f" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
||||||
|
|
||||||
|
|
@ -18,8 +18,8 @@
|
||||||
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
||||||
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||||||
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
||||||
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
|
<script src="../../../_static/doctools.js?v=fd6eb6e6"></script>
|
||||||
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
|
<script src="../../../_static/sphinx_highlight.js?v=6ffebe34"></script>
|
||||||
<script src="../../../_static/js/theme.js"></script>
|
<script src="../../../_static/js/theme.js"></script>
|
||||||
<link rel="search" title="Search" href="../../../search.html" />
|
<link rel="search" title="Search" href="../../../search.html" />
|
||||||
<link rel="next" title="containers.podman.podman_image_info module – Gather info about images using podman" href="podman_image_info_module.html" />
|
<link rel="next" title="containers.podman.podman_image_info module – Gather info about images using podman" href="podman_image_info_module.html" />
|
||||||
|
|
@ -132,7 +132,7 @@
|
||||||
<h1>containers.podman.podman_image module – Pull images for use by podman<a class="headerlink" href="#containers-podman-podman-image-module-pull-images-for-use-by-podman" title="Link to this heading"></a></h1>
|
<h1>containers.podman.podman_image module – Pull images for use by podman<a class="headerlink" href="#containers-podman-podman-image-module-pull-images-for-use-by-podman" title="Link to this heading"></a></h1>
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
<p class="admonition-title">Note</p>
|
<p class="admonition-title">Note</p>
|
||||||
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.0).</p>
|
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.1).</p>
|
||||||
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
||||||
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
||||||
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.</p>
|
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.</p>
|
||||||
|
|
@ -689,7 +689,7 @@ To check whether it is installed, run <code class="code docutils literal notrans
|
||||||
</section>
|
</section>
|
||||||
<section id="return-values">
|
<section id="return-values">
|
||||||
<h2><a class="toc-backref" href="#id4" role="doc-backlink">Return Values</a><a class="headerlink" href="#return-values" title="Link to this heading"></a></h2>
|
<h2><a class="toc-backref" href="#id4" role="doc-backlink">Return Values</a><a class="headerlink" href="#return-values" title="Link to this heading"></a></h2>
|
||||||
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/ansible/devel/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible vdevel)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
|
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/projects/ansible/devel/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible devel)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
|
||||||
<table class="longtable ansible-option-table docutils align-default" style="width: 100%">
|
<table class="longtable ansible-option-table docutils align-default" style="width: 100%">
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="row-odd"><th class="head"><p>Key</p></th>
|
<tr class="row-odd"><th class="head"><p>Key</p></th>
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
<html class="writer-html5" lang="en" data-content_root="../../../">
|
<html class="writer-html5" lang="en" data-content_root="../../../">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta content="2.21.0" name="antsibull-docs" />
|
<meta content="2.24.0" name="antsibull-docs" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>containers.podman.podman_import module – Import Podman container from a tar file. — Ansible collections documentation</title>
|
<title>containers.podman.podman_import module – Import Podman container from a tar file. — Ansible collections documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=c5b67dd2" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=b54c304f" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
||||||
|
|
||||||
|
|
@ -18,8 +18,8 @@
|
||||||
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
||||||
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||||||
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
||||||
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
|
<script src="../../../_static/doctools.js?v=fd6eb6e6"></script>
|
||||||
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
|
<script src="../../../_static/sphinx_highlight.js?v=6ffebe34"></script>
|
||||||
<script src="../../../_static/js/theme.js"></script>
|
<script src="../../../_static/js/theme.js"></script>
|
||||||
<link rel="search" title="Search" href="../../../search.html" />
|
<link rel="search" title="Search" href="../../../search.html" />
|
||||||
<link rel="next" title="containers.podman.podman_load module – Load image from a tar file." href="podman_load_module.html" />
|
<link rel="next" title="containers.podman.podman_load module – Load image from a tar file." href="podman_load_module.html" />
|
||||||
|
|
@ -132,7 +132,7 @@
|
||||||
<h1>containers.podman.podman_import module – Import Podman container from a tar file.<a class="headerlink" href="#containers-podman-podman-import-module-import-podman-container-from-a-tar-file" title="Link to this heading"></a></h1>
|
<h1>containers.podman.podman_import module – Import Podman container from a tar file.<a class="headerlink" href="#containers-podman-podman-import-module-import-podman-container-from-a-tar-file" title="Link to this heading"></a></h1>
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
<p class="admonition-title">Note</p>
|
<p class="admonition-title">Note</p>
|
||||||
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.0).</p>
|
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.1).</p>
|
||||||
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
||||||
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
||||||
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
||||||
|
|
@ -227,7 +227,7 @@ see <a class="reference internal" href="#ansible-collections-containers-podman-p
|
||||||
</section>
|
</section>
|
||||||
<section id="return-values">
|
<section id="return-values">
|
||||||
<h2><a class="toc-backref" href="#id5" role="doc-backlink">Return Values</a><a class="headerlink" href="#return-values" title="Link to this heading"></a></h2>
|
<h2><a class="toc-backref" href="#id5" role="doc-backlink">Return Values</a><a class="headerlink" href="#return-values" title="Link to this heading"></a></h2>
|
||||||
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/ansible/devel/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible vdevel)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
|
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/projects/ansible/devel/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible devel)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
|
||||||
<table class="longtable ansible-option-table docutils align-default" style="width: 100%">
|
<table class="longtable ansible-option-table docutils align-default" style="width: 100%">
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="row-odd"><th class="head"><p>Key</p></th>
|
<tr class="row-odd"><th class="head"><p>Key</p></th>
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
<html class="writer-html5" lang="en" data-content_root="../../../">
|
<html class="writer-html5" lang="en" data-content_root="../../../">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta content="2.21.0" name="antsibull-docs" />
|
<meta content="2.24.0" name="antsibull-docs" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>containers.podman.podman_load module – Load image from a tar file. — Ansible collections documentation</title>
|
<title>containers.podman.podman_load module – Load image from a tar file. — Ansible collections documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=c5b67dd2" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=b54c304f" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
||||||
|
|
||||||
|
|
@ -18,8 +18,8 @@
|
||||||
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
||||||
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||||||
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
||||||
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
|
<script src="../../../_static/doctools.js?v=fd6eb6e6"></script>
|
||||||
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
|
<script src="../../../_static/sphinx_highlight.js?v=6ffebe34"></script>
|
||||||
<script src="../../../_static/js/theme.js"></script>
|
<script src="../../../_static/js/theme.js"></script>
|
||||||
<link rel="search" title="Search" href="../../../search.html" />
|
<link rel="search" title="Search" href="../../../search.html" />
|
||||||
<link rel="next" title="containers.podman.podman_login module – Login to a container registry using podman" href="podman_login_module.html" />
|
<link rel="next" title="containers.podman.podman_login module – Login to a container registry using podman" href="podman_login_module.html" />
|
||||||
|
|
@ -132,7 +132,7 @@
|
||||||
<h1>containers.podman.podman_load module – Load image from a tar file.<a class="headerlink" href="#containers-podman-podman-load-module-load-image-from-a-tar-file" title="Link to this heading"></a></h1>
|
<h1>containers.podman.podman_load module – Load image from a tar file.<a class="headerlink" href="#containers-podman-podman-load-module-load-image-from-a-tar-file" title="Link to this heading"></a></h1>
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
<p class="admonition-title">Note</p>
|
<p class="admonition-title">Note</p>
|
||||||
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.0).</p>
|
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.1).</p>
|
||||||
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
||||||
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
||||||
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
||||||
|
|
@ -201,7 +201,7 @@ see <a class="reference internal" href="#ansible-collections-containers-podman-p
|
||||||
</section>
|
</section>
|
||||||
<section id="return-values">
|
<section id="return-values">
|
||||||
<h2><a class="toc-backref" href="#id5" role="doc-backlink">Return Values</a><a class="headerlink" href="#return-values" title="Link to this heading"></a></h2>
|
<h2><a class="toc-backref" href="#id5" role="doc-backlink">Return Values</a><a class="headerlink" href="#return-values" title="Link to this heading"></a></h2>
|
||||||
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/ansible/devel/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible vdevel)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
|
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/projects/ansible/devel/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible devel)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
|
||||||
<table class="longtable ansible-option-table docutils align-default" style="width: 100%">
|
<table class="longtable ansible-option-table docutils align-default" style="width: 100%">
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="row-odd"><th class="head"><p>Key</p></th>
|
<tr class="row-odd"><th class="head"><p>Key</p></th>
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
<html class="writer-html5" lang="en" data-content_root="../../../">
|
<html class="writer-html5" lang="en" data-content_root="../../../">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta content="2.21.0" name="antsibull-docs" />
|
<meta content="2.24.0" name="antsibull-docs" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>containers.podman.podman_login_info module – Return the logged-in user if any for a given registry — Ansible collections documentation</title>
|
<title>containers.podman.podman_login_info module – Return the logged-in user if any for a given registry — Ansible collections documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=c5b67dd2" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=b54c304f" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
||||||
|
|
||||||
|
|
@ -18,8 +18,8 @@
|
||||||
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
||||||
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||||||
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
||||||
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
|
<script src="../../../_static/doctools.js?v=fd6eb6e6"></script>
|
||||||
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
|
<script src="../../../_static/sphinx_highlight.js?v=6ffebe34"></script>
|
||||||
<script src="../../../_static/js/theme.js"></script>
|
<script src="../../../_static/js/theme.js"></script>
|
||||||
<link rel="search" title="Search" href="../../../search.html" />
|
<link rel="search" title="Search" href="../../../search.html" />
|
||||||
<link rel="next" title="containers.podman.podman_logout module – Log out of a container registry using podman" href="podman_logout_module.html" />
|
<link rel="next" title="containers.podman.podman_logout module – Log out of a container registry using podman" href="podman_logout_module.html" />
|
||||||
|
|
@ -132,7 +132,7 @@
|
||||||
<h1>containers.podman.podman_login_info module – Return the logged-in user if any for a given registry<a class="headerlink" href="#containers-podman-podman-login-info-module-return-the-logged-in-user-if-any-for-a-given-registry" title="Link to this heading"></a></h1>
|
<h1>containers.podman.podman_login_info module – Return the logged-in user if any for a given registry<a class="headerlink" href="#containers-podman-podman-login-info-module-return-the-logged-in-user-if-any-for-a-given-registry" title="Link to this heading"></a></h1>
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
<p class="admonition-title">Note</p>
|
<p class="admonition-title">Note</p>
|
||||||
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.0).</p>
|
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.1).</p>
|
||||||
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
||||||
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
||||||
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
||||||
|
|
@ -211,7 +211,7 @@ see <a class="reference internal" href="#ansible-collections-containers-podman-p
|
||||||
</section>
|
</section>
|
||||||
<section id="return-values">
|
<section id="return-values">
|
||||||
<h2><a class="toc-backref" href="#id5" role="doc-backlink">Return Values</a><a class="headerlink" href="#return-values" title="Link to this heading"></a></h2>
|
<h2><a class="toc-backref" href="#id5" role="doc-backlink">Return Values</a><a class="headerlink" href="#return-values" title="Link to this heading"></a></h2>
|
||||||
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/ansible/devel/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible vdevel)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
|
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/projects/ansible/devel/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible devel)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
|
||||||
<table class="longtable ansible-option-table docutils align-default" style="width: 100%">
|
<table class="longtable ansible-option-table docutils align-default" style="width: 100%">
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="row-odd"><th class="head"><p>Key</p></th>
|
<tr class="row-odd"><th class="head"><p>Key</p></th>
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
<html class="writer-html5" lang="en" data-content_root="../../../">
|
<html class="writer-html5" lang="en" data-content_root="../../../">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta content="2.21.0" name="antsibull-docs" />
|
<meta content="2.24.0" name="antsibull-docs" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>containers.podman.podman_login module – Login to a container registry using podman — Ansible collections documentation</title>
|
<title>containers.podman.podman_login module – Login to a container registry using podman — Ansible collections documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=c5b67dd2" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=b54c304f" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
||||||
|
|
||||||
|
|
@ -18,8 +18,8 @@
|
||||||
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
||||||
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||||||
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
||||||
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
|
<script src="../../../_static/doctools.js?v=fd6eb6e6"></script>
|
||||||
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
|
<script src="../../../_static/sphinx_highlight.js?v=6ffebe34"></script>
|
||||||
<script src="../../../_static/js/theme.js"></script>
|
<script src="../../../_static/js/theme.js"></script>
|
||||||
<link rel="search" title="Search" href="../../../search.html" />
|
<link rel="search" title="Search" href="../../../search.html" />
|
||||||
<link rel="next" title="containers.podman.podman_login_info module – Return the logged-in user if any for a given registry" href="podman_login_info_module.html" />
|
<link rel="next" title="containers.podman.podman_login_info module – Return the logged-in user if any for a given registry" href="podman_login_info_module.html" />
|
||||||
|
|
@ -132,7 +132,7 @@
|
||||||
<h1>containers.podman.podman_login module – Login to a container registry using podman<a class="headerlink" href="#containers-podman-podman-login-module-login-to-a-container-registry-using-podman" title="Link to this heading"></a></h1>
|
<h1>containers.podman.podman_login module – Login to a container registry using podman<a class="headerlink" href="#containers-podman-podman-login-module-login-to-a-container-registry-using-podman" title="Link to this heading"></a></h1>
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
<p class="admonition-title">Note</p>
|
<p class="admonition-title">Note</p>
|
||||||
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.0).</p>
|
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.1).</p>
|
||||||
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
||||||
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
||||||
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
<html class="writer-html5" lang="en" data-content_root="../../../">
|
<html class="writer-html5" lang="en" data-content_root="../../../">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta content="2.21.0" name="antsibull-docs" />
|
<meta content="2.24.0" name="antsibull-docs" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>containers.podman.podman_logout module – Log out of a container registry using podman — Ansible collections documentation</title>
|
<title>containers.podman.podman_logout module – Log out of a container registry using podman — Ansible collections documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=c5b67dd2" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=b54c304f" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
||||||
|
|
||||||
|
|
@ -18,8 +18,8 @@
|
||||||
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
||||||
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||||||
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
||||||
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
|
<script src="../../../_static/doctools.js?v=fd6eb6e6"></script>
|
||||||
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
|
<script src="../../../_static/sphinx_highlight.js?v=6ffebe34"></script>
|
||||||
<script src="../../../_static/js/theme.js"></script>
|
<script src="../../../_static/js/theme.js"></script>
|
||||||
<link rel="search" title="Search" href="../../../search.html" />
|
<link rel="search" title="Search" href="../../../search.html" />
|
||||||
<link rel="next" title="containers.podman.podman_network module – Manage podman networks" href="podman_network_module.html" />
|
<link rel="next" title="containers.podman.podman_network module – Manage podman networks" href="podman_network_module.html" />
|
||||||
|
|
@ -132,7 +132,7 @@
|
||||||
<h1>containers.podman.podman_logout module – Log out of a container registry using podman<a class="headerlink" href="#containers-podman-podman-logout-module-log-out-of-a-container-registry-using-podman" title="Link to this heading"></a></h1>
|
<h1>containers.podman.podman_logout module – Log out of a container registry using podman<a class="headerlink" href="#containers-podman-podman-logout-module-log-out-of-a-container-registry-using-podman" title="Link to this heading"></a></h1>
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
<p class="admonition-title">Note</p>
|
<p class="admonition-title">Note</p>
|
||||||
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.0).</p>
|
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.1).</p>
|
||||||
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
||||||
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
||||||
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
<html class="writer-html5" lang="en" data-content_root="../../../">
|
<html class="writer-html5" lang="en" data-content_root="../../../">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta content="2.21.0" name="antsibull-docs" />
|
<meta content="2.24.0" name="antsibull-docs" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>containers.podman.podman_network_info module – Gather info about podman networks — Ansible collections documentation</title>
|
<title>containers.podman.podman_network_info module – Gather info about podman networks — Ansible collections documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=c5b67dd2" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=b54c304f" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
||||||
|
|
||||||
|
|
@ -18,8 +18,8 @@
|
||||||
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
||||||
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||||||
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
||||||
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
|
<script src="../../../_static/doctools.js?v=fd6eb6e6"></script>
|
||||||
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
|
<script src="../../../_static/sphinx_highlight.js?v=6ffebe34"></script>
|
||||||
<script src="../../../_static/js/theme.js"></script>
|
<script src="../../../_static/js/theme.js"></script>
|
||||||
<link rel="search" title="Search" href="../../../search.html" />
|
<link rel="search" title="Search" href="../../../search.html" />
|
||||||
<link rel="next" title="containers.podman.podman_play module – Play kubernetes YAML file using podman" href="podman_play_module.html" />
|
<link rel="next" title="containers.podman.podman_play module – Play kubernetes YAML file using podman" href="podman_play_module.html" />
|
||||||
|
|
@ -132,7 +132,7 @@
|
||||||
<h1>containers.podman.podman_network_info module – Gather info about podman networks<a class="headerlink" href="#containers-podman-podman-network-info-module-gather-info-about-podman-networks" title="Link to this heading"></a></h1>
|
<h1>containers.podman.podman_network_info module – Gather info about podman networks<a class="headerlink" href="#containers-podman-podman-network-info-module-gather-info-about-podman-networks" title="Link to this heading"></a></h1>
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
<p class="admonition-title">Note</p>
|
<p class="admonition-title">Note</p>
|
||||||
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.0).</p>
|
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.1).</p>
|
||||||
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
||||||
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
||||||
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
||||||
|
|
@ -203,7 +203,7 @@ see <a class="reference internal" href="#ansible-collections-containers-podman-p
|
||||||
</section>
|
</section>
|
||||||
<section id="return-values">
|
<section id="return-values">
|
||||||
<h2><a class="toc-backref" href="#id5" role="doc-backlink">Return Values</a><a class="headerlink" href="#return-values" title="Link to this heading"></a></h2>
|
<h2><a class="toc-backref" href="#id5" role="doc-backlink">Return Values</a><a class="headerlink" href="#return-values" title="Link to this heading"></a></h2>
|
||||||
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/ansible/devel/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible vdevel)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
|
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/projects/ansible/devel/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible devel)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
|
||||||
<table class="longtable ansible-option-table docutils align-default" style="width: 100%">
|
<table class="longtable ansible-option-table docutils align-default" style="width: 100%">
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="row-odd"><th class="head"><p>Key</p></th>
|
<tr class="row-odd"><th class="head"><p>Key</p></th>
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
<html class="writer-html5" lang="en" data-content_root="../../../">
|
<html class="writer-html5" lang="en" data-content_root="../../../">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta content="2.21.0" name="antsibull-docs" />
|
<meta content="2.24.0" name="antsibull-docs" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>containers.podman.podman_network module – Manage podman networks — Ansible collections documentation</title>
|
<title>containers.podman.podman_network module – Manage podman networks — Ansible collections documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=c5b67dd2" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=b54c304f" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
||||||
|
|
||||||
|
|
@ -18,8 +18,8 @@
|
||||||
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
||||||
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||||||
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
||||||
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
|
<script src="../../../_static/doctools.js?v=fd6eb6e6"></script>
|
||||||
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
|
<script src="../../../_static/sphinx_highlight.js?v=6ffebe34"></script>
|
||||||
<script src="../../../_static/js/theme.js"></script>
|
<script src="../../../_static/js/theme.js"></script>
|
||||||
<link rel="search" title="Search" href="../../../search.html" />
|
<link rel="search" title="Search" href="../../../search.html" />
|
||||||
<link rel="next" title="containers.podman.podman_network_info module – Gather info about podman networks" href="podman_network_info_module.html" />
|
<link rel="next" title="containers.podman.podman_network_info module – Gather info about podman networks" href="podman_network_info_module.html" />
|
||||||
|
|
@ -132,7 +132,7 @@
|
||||||
<h1>containers.podman.podman_network module – Manage podman networks<a class="headerlink" href="#containers-podman-podman-network-module-manage-podman-networks" title="Link to this heading"></a></h1>
|
<h1>containers.podman.podman_network module – Manage podman networks<a class="headerlink" href="#containers-podman-podman-network-module-manage-podman-networks" title="Link to this heading"></a></h1>
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
<p class="admonition-title">Note</p>
|
<p class="admonition-title">Note</p>
|
||||||
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.0).</p>
|
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.1).</p>
|
||||||
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
||||||
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
||||||
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
||||||
|
|
@ -521,7 +521,7 @@ see <a class="reference internal" href="#ansible-collections-containers-podman-p
|
||||||
</section>
|
</section>
|
||||||
<section id="return-values">
|
<section id="return-values">
|
||||||
<h2><a class="toc-backref" href="#id5" role="doc-backlink">Return Values</a><a class="headerlink" href="#return-values" title="Link to this heading"></a></h2>
|
<h2><a class="toc-backref" href="#id5" role="doc-backlink">Return Values</a><a class="headerlink" href="#return-values" title="Link to this heading"></a></h2>
|
||||||
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/ansible/devel/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible vdevel)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
|
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/projects/ansible/devel/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible devel)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
|
||||||
<table class="longtable ansible-option-table docutils align-default" style="width: 100%">
|
<table class="longtable ansible-option-table docutils align-default" style="width: 100%">
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="row-odd"><th class="head"><p>Key</p></th>
|
<tr class="row-odd"><th class="head"><p>Key</p></th>
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
<html class="writer-html5" lang="en" data-content_root="../../../">
|
<html class="writer-html5" lang="en" data-content_root="../../../">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta content="2.21.0" name="antsibull-docs" />
|
<meta content="2.24.0" name="antsibull-docs" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>containers.podman.podman_play module – Play kubernetes YAML file using podman — Ansible collections documentation</title>
|
<title>containers.podman.podman_play module – Play kubernetes YAML file using podman — Ansible collections documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=c5b67dd2" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=b54c304f" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
||||||
|
|
||||||
|
|
@ -18,8 +18,8 @@
|
||||||
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
||||||
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||||||
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
||||||
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
|
<script src="../../../_static/doctools.js?v=fd6eb6e6"></script>
|
||||||
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
|
<script src="../../../_static/sphinx_highlight.js?v=6ffebe34"></script>
|
||||||
<script src="../../../_static/js/theme.js"></script>
|
<script src="../../../_static/js/theme.js"></script>
|
||||||
<link rel="search" title="Search" href="../../../search.html" />
|
<link rel="search" title="Search" href="../../../search.html" />
|
||||||
<link rel="next" title="containers.podman.podman_pod module – Manage Podman pods" href="podman_pod_module.html" />
|
<link rel="next" title="containers.podman.podman_pod module – Manage Podman pods" href="podman_pod_module.html" />
|
||||||
|
|
@ -132,7 +132,7 @@
|
||||||
<h1>containers.podman.podman_play module – Play kubernetes YAML file using podman<a class="headerlink" href="#containers-podman-podman-play-module-play-kubernetes-yaml-file-using-podman" title="Link to this heading"></a></h1>
|
<h1>containers.podman.podman_play module – Play kubernetes YAML file using podman<a class="headerlink" href="#containers-podman-podman-play-module-play-kubernetes-yaml-file-using-podman" title="Link to this heading"></a></h1>
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
<p class="admonition-title">Note</p>
|
<p class="admonition-title">Note</p>
|
||||||
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.0).</p>
|
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.1).</p>
|
||||||
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
||||||
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
||||||
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
<html class="writer-html5" lang="en" data-content_root="../../../">
|
<html class="writer-html5" lang="en" data-content_root="../../../">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta content="2.21.0" name="antsibull-docs" />
|
<meta content="2.24.0" name="antsibull-docs" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>containers.podman.podman_pod_info module – Gather info about podman pods — Ansible collections documentation</title>
|
<title>containers.podman.podman_pod_info module – Gather info about podman pods — Ansible collections documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=c5b67dd2" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=b54c304f" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
||||||
|
|
||||||
|
|
@ -18,8 +18,8 @@
|
||||||
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
||||||
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||||||
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
||||||
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
|
<script src="../../../_static/doctools.js?v=fd6eb6e6"></script>
|
||||||
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
|
<script src="../../../_static/sphinx_highlight.js?v=6ffebe34"></script>
|
||||||
<script src="../../../_static/js/theme.js"></script>
|
<script src="../../../_static/js/theme.js"></script>
|
||||||
<link rel="search" title="Search" href="../../../search.html" />
|
<link rel="search" title="Search" href="../../../search.html" />
|
||||||
<link rel="next" title="containers.podman.podman_prune module – Allows to prune various podman objects" href="podman_prune_module.html" />
|
<link rel="next" title="containers.podman.podman_prune module – Allows to prune various podman objects" href="podman_prune_module.html" />
|
||||||
|
|
@ -132,7 +132,7 @@
|
||||||
<h1>containers.podman.podman_pod_info module – Gather info about podman pods<a class="headerlink" href="#containers-podman-podman-pod-info-module-gather-info-about-podman-pods" title="Link to this heading"></a></h1>
|
<h1>containers.podman.podman_pod_info module – Gather info about podman pods<a class="headerlink" href="#containers-podman-podman-pod-info-module-gather-info-about-podman-pods" title="Link to this heading"></a></h1>
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
<p class="admonition-title">Note</p>
|
<p class="admonition-title">Note</p>
|
||||||
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.0).</p>
|
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.1).</p>
|
||||||
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
||||||
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
||||||
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
||||||
|
|
@ -203,7 +203,7 @@ see <a class="reference internal" href="#ansible-collections-containers-podman-p
|
||||||
</section>
|
</section>
|
||||||
<section id="return-values">
|
<section id="return-values">
|
||||||
<h2><a class="toc-backref" href="#id5" role="doc-backlink">Return Values</a><a class="headerlink" href="#return-values" title="Link to this heading"></a></h2>
|
<h2><a class="toc-backref" href="#id5" role="doc-backlink">Return Values</a><a class="headerlink" href="#return-values" title="Link to this heading"></a></h2>
|
||||||
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/ansible/devel/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible vdevel)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
|
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/projects/ansible/devel/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible devel)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
|
||||||
<table class="longtable ansible-option-table docutils align-default" style="width: 100%">
|
<table class="longtable ansible-option-table docutils align-default" style="width: 100%">
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="row-odd"><th class="head"><p>Key</p></th>
|
<tr class="row-odd"><th class="head"><p>Key</p></th>
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
<html class="writer-html5" lang="en" data-content_root="../../../">
|
<html class="writer-html5" lang="en" data-content_root="../../../">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta content="2.21.0" name="antsibull-docs" />
|
<meta content="2.24.0" name="antsibull-docs" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>containers.podman.podman_pod module – Manage Podman pods — Ansible collections documentation</title>
|
<title>containers.podman.podman_pod module – Manage Podman pods — Ansible collections documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=c5b67dd2" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=b54c304f" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
||||||
|
|
||||||
|
|
@ -18,8 +18,8 @@
|
||||||
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
||||||
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||||||
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
||||||
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
|
<script src="../../../_static/doctools.js?v=fd6eb6e6"></script>
|
||||||
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
|
<script src="../../../_static/sphinx_highlight.js?v=6ffebe34"></script>
|
||||||
<script src="../../../_static/js/theme.js"></script>
|
<script src="../../../_static/js/theme.js"></script>
|
||||||
<link rel="search" title="Search" href="../../../search.html" />
|
<link rel="search" title="Search" href="../../../search.html" />
|
||||||
<link rel="next" title="containers.podman.podman_pod_info module – Gather info about podman pods" href="podman_pod_info_module.html" />
|
<link rel="next" title="containers.podman.podman_pod_info module – Gather info about podman pods" href="podman_pod_info_module.html" />
|
||||||
|
|
@ -132,7 +132,7 @@
|
||||||
<h1>containers.podman.podman_pod module – Manage Podman pods<a class="headerlink" href="#containers-podman-podman-pod-module-manage-podman-pods" title="Link to this heading"></a></h1>
|
<h1>containers.podman.podman_pod module – Manage Podman pods<a class="headerlink" href="#containers-podman-podman-pod-module-manage-podman-pods" title="Link to this heading"></a></h1>
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
<p class="admonition-title">Note</p>
|
<p class="admonition-title">Note</p>
|
||||||
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.0).</p>
|
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.1).</p>
|
||||||
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
||||||
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
||||||
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
||||||
|
|
@ -865,7 +865,7 @@ see <a class="reference internal" href="#ansible-collections-containers-podman-p
|
||||||
</section>
|
</section>
|
||||||
<section id="return-values">
|
<section id="return-values">
|
||||||
<h2><a class="toc-backref" href="#id5" role="doc-backlink">Return Values</a><a class="headerlink" href="#return-values" title="Link to this heading"></a></h2>
|
<h2><a class="toc-backref" href="#id5" role="doc-backlink">Return Values</a><a class="headerlink" href="#return-values" title="Link to this heading"></a></h2>
|
||||||
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/ansible/devel/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible vdevel)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
|
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/projects/ansible/devel/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible devel)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
|
||||||
<table class="longtable ansible-option-table docutils align-default" style="width: 100%">
|
<table class="longtable ansible-option-table docutils align-default" style="width: 100%">
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="row-odd"><th class="head"><p>Key</p></th>
|
<tr class="row-odd"><th class="head"><p>Key</p></th>
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
<html class="writer-html5" lang="en" data-content_root="../../../">
|
<html class="writer-html5" lang="en" data-content_root="../../../">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta content="2.21.0" name="antsibull-docs" />
|
<meta content="2.24.0" name="antsibull-docs" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>containers.podman.podman_prune module – Allows to prune various podman objects — Ansible collections documentation</title>
|
<title>containers.podman.podman_prune module – Allows to prune various podman objects — Ansible collections documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=c5b67dd2" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=b54c304f" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
||||||
|
|
||||||
|
|
@ -18,8 +18,8 @@
|
||||||
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
||||||
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||||||
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
||||||
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
|
<script src="../../../_static/doctools.js?v=fd6eb6e6"></script>
|
||||||
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
|
<script src="../../../_static/sphinx_highlight.js?v=6ffebe34"></script>
|
||||||
<script src="../../../_static/js/theme.js"></script>
|
<script src="../../../_static/js/theme.js"></script>
|
||||||
<link rel="search" title="Search" href="../../../search.html" />
|
<link rel="search" title="Search" href="../../../search.html" />
|
||||||
<link rel="next" title="containers.podman.podman_runlabel module – Run given label from given image" href="podman_runlabel_module.html" />
|
<link rel="next" title="containers.podman.podman_runlabel module – Run given label from given image" href="podman_runlabel_module.html" />
|
||||||
|
|
@ -132,7 +132,7 @@
|
||||||
<h1>containers.podman.podman_prune module – Allows to prune various podman objects<a class="headerlink" href="#containers-podman-podman-prune-module-allows-to-prune-various-podman-objects" title="Link to this heading"></a></h1>
|
<h1>containers.podman.podman_prune module – Allows to prune various podman objects<a class="headerlink" href="#containers-podman-podman-prune-module-allows-to-prune-various-podman-objects" title="Link to this heading"></a></h1>
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
<p class="admonition-title">Note</p>
|
<p class="admonition-title">Note</p>
|
||||||
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.0).</p>
|
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.1).</p>
|
||||||
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
||||||
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
||||||
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
||||||
|
|
@ -324,7 +324,7 @@ see <a class="reference internal" href="#ansible-collections-containers-podman-p
|
||||||
</section>
|
</section>
|
||||||
<section id="return-values">
|
<section id="return-values">
|
||||||
<h2><a class="toc-backref" href="#id5" role="doc-backlink">Return Values</a><a class="headerlink" href="#return-values" title="Link to this heading"></a></h2>
|
<h2><a class="toc-backref" href="#id5" role="doc-backlink">Return Values</a><a class="headerlink" href="#return-values" title="Link to this heading"></a></h2>
|
||||||
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/ansible/devel/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible vdevel)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
|
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/projects/ansible/devel/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible devel)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
|
||||||
<table class="longtable ansible-option-table docutils align-default" style="width: 100%">
|
<table class="longtable ansible-option-table docutils align-default" style="width: 100%">
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="row-odd"><th class="head"><p>Key</p></th>
|
<tr class="row-odd"><th class="head"><p>Key</p></th>
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
<html class="writer-html5" lang="en" data-content_root="../../../">
|
<html class="writer-html5" lang="en" data-content_root="../../../">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta content="2.21.0" name="antsibull-docs" />
|
<meta content="2.24.0" name="antsibull-docs" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>containers.podman.podman_runlabel module – Run given label from given image — Ansible collections documentation</title>
|
<title>containers.podman.podman_runlabel module – Run given label from given image — Ansible collections documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=c5b67dd2" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=b54c304f" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
||||||
|
|
||||||
|
|
@ -18,8 +18,8 @@
|
||||||
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
||||||
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||||||
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
||||||
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
|
<script src="../../../_static/doctools.js?v=fd6eb6e6"></script>
|
||||||
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
|
<script src="../../../_static/sphinx_highlight.js?v=6ffebe34"></script>
|
||||||
<script src="../../../_static/js/theme.js"></script>
|
<script src="../../../_static/js/theme.js"></script>
|
||||||
<link rel="search" title="Search" href="../../../search.html" />
|
<link rel="search" title="Search" href="../../../search.html" />
|
||||||
<link rel="next" title="containers.podman.podman_save module – Saves podman image to tar file" href="podman_save_module.html" />
|
<link rel="next" title="containers.podman.podman_save module – Saves podman image to tar file" href="podman_save_module.html" />
|
||||||
|
|
@ -132,7 +132,7 @@
|
||||||
<h1>containers.podman.podman_runlabel module – Run given label from given image<a class="headerlink" href="#containers-podman-podman-runlabel-module-run-given-label-from-given-image" title="Link to this heading"></a></h1>
|
<h1>containers.podman.podman_runlabel module – Run given label from given image<a class="headerlink" href="#containers-podman-podman-runlabel-module-run-given-label-from-given-image" title="Link to this heading"></a></h1>
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
<p class="admonition-title">Note</p>
|
<p class="admonition-title">Note</p>
|
||||||
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.0).</p>
|
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.1).</p>
|
||||||
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
||||||
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
||||||
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
<html class="writer-html5" lang="en" data-content_root="../../../">
|
<html class="writer-html5" lang="en" data-content_root="../../../">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta content="2.21.0" name="antsibull-docs" />
|
<meta content="2.24.0" name="antsibull-docs" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>containers.podman.podman_save module – Saves podman image to tar file — Ansible collections documentation</title>
|
<title>containers.podman.podman_save module – Saves podman image to tar file — Ansible collections documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=c5b67dd2" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=b54c304f" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
||||||
|
|
||||||
|
|
@ -18,8 +18,8 @@
|
||||||
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
||||||
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||||||
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
||||||
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
|
<script src="../../../_static/doctools.js?v=fd6eb6e6"></script>
|
||||||
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
|
<script src="../../../_static/sphinx_highlight.js?v=6ffebe34"></script>
|
||||||
<script src="../../../_static/js/theme.js"></script>
|
<script src="../../../_static/js/theme.js"></script>
|
||||||
<link rel="search" title="Search" href="../../../search.html" />
|
<link rel="search" title="Search" href="../../../search.html" />
|
||||||
<link rel="next" title="containers.podman.podman_search module – Search for remote images using podman" href="podman_search_module.html" />
|
<link rel="next" title="containers.podman.podman_search module – Search for remote images using podman" href="podman_search_module.html" />
|
||||||
|
|
@ -132,7 +132,7 @@
|
||||||
<h1>containers.podman.podman_save module – Saves podman image to tar file<a class="headerlink" href="#containers-podman-podman-save-module-saves-podman-image-to-tar-file" title="Link to this heading"></a></h1>
|
<h1>containers.podman.podman_save module – Saves podman image to tar file<a class="headerlink" href="#containers-podman-podman-save-module-saves-podman-image-to-tar-file" title="Link to this heading"></a></h1>
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
<p class="admonition-title">Note</p>
|
<p class="admonition-title">Note</p>
|
||||||
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.0).</p>
|
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.1).</p>
|
||||||
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
||||||
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
||||||
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
<html class="writer-html5" lang="en" data-content_root="../../../">
|
<html class="writer-html5" lang="en" data-content_root="../../../">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta content="2.21.0" name="antsibull-docs" />
|
<meta content="2.24.0" name="antsibull-docs" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>containers.podman.podman_search module – Search for remote images using podman — Ansible collections documentation</title>
|
<title>containers.podman.podman_search module – Search for remote images using podman — Ansible collections documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=c5b67dd2" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=b54c304f" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
||||||
|
|
||||||
|
|
@ -18,8 +18,8 @@
|
||||||
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
||||||
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||||||
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
||||||
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
|
<script src="../../../_static/doctools.js?v=fd6eb6e6"></script>
|
||||||
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
|
<script src="../../../_static/sphinx_highlight.js?v=6ffebe34"></script>
|
||||||
<script src="../../../_static/js/theme.js"></script>
|
<script src="../../../_static/js/theme.js"></script>
|
||||||
<link rel="search" title="Search" href="../../../search.html" />
|
<link rel="search" title="Search" href="../../../search.html" />
|
||||||
<link rel="next" title="containers.podman.podman_secret module – Manage podman secrets" href="podman_secret_module.html" />
|
<link rel="next" title="containers.podman.podman_secret module – Manage podman secrets" href="podman_secret_module.html" />
|
||||||
|
|
@ -132,7 +132,7 @@
|
||||||
<h1>containers.podman.podman_search module – Search for remote images using podman<a class="headerlink" href="#containers-podman-podman-search-module-search-for-remote-images-using-podman" title="Link to this heading"></a></h1>
|
<h1>containers.podman.podman_search module – Search for remote images using podman<a class="headerlink" href="#containers-podman-podman-search-module-search-for-remote-images-using-podman" title="Link to this heading"></a></h1>
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
<p class="admonition-title">Note</p>
|
<p class="admonition-title">Note</p>
|
||||||
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.0).</p>
|
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.1).</p>
|
||||||
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
||||||
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
||||||
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.</p>
|
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.</p>
|
||||||
|
|
@ -229,7 +229,7 @@ To check whether it is installed, run <code class="code docutils literal notrans
|
||||||
</section>
|
</section>
|
||||||
<section id="return-values">
|
<section id="return-values">
|
||||||
<h2><a class="toc-backref" href="#id5" role="doc-backlink">Return Values</a><a class="headerlink" href="#return-values" title="Link to this heading"></a></h2>
|
<h2><a class="toc-backref" href="#id5" role="doc-backlink">Return Values</a><a class="headerlink" href="#return-values" title="Link to this heading"></a></h2>
|
||||||
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/ansible/devel/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible vdevel)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
|
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/projects/ansible/devel/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible devel)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
|
||||||
<table class="longtable ansible-option-table docutils align-default" style="width: 100%">
|
<table class="longtable ansible-option-table docutils align-default" style="width: 100%">
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="row-odd"><th class="head"><p>Key</p></th>
|
<tr class="row-odd"><th class="head"><p>Key</p></th>
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
<html class="writer-html5" lang="en" data-content_root="../../../">
|
<html class="writer-html5" lang="en" data-content_root="../../../">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta content="2.21.0" name="antsibull-docs" />
|
<meta content="2.24.0" name="antsibull-docs" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>containers.podman.podman_secret_info module – Gather info about podman secrets — Ansible collections documentation</title>
|
<title>containers.podman.podman_secret_info module – Gather info about podman secrets — Ansible collections documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=c5b67dd2" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=b54c304f" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
||||||
|
|
||||||
|
|
@ -18,8 +18,8 @@
|
||||||
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
||||||
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||||||
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
||||||
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
|
<script src="../../../_static/doctools.js?v=fd6eb6e6"></script>
|
||||||
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
|
<script src="../../../_static/sphinx_highlight.js?v=6ffebe34"></script>
|
||||||
<script src="../../../_static/js/theme.js"></script>
|
<script src="../../../_static/js/theme.js"></script>
|
||||||
<link rel="search" title="Search" href="../../../search.html" />
|
<link rel="search" title="Search" href="../../../search.html" />
|
||||||
<link rel="next" title="containers.podman.podman_system_connection module – Manage podman system connections" href="podman_system_connection_module.html" />
|
<link rel="next" title="containers.podman.podman_system_connection module – Manage podman system connections" href="podman_system_connection_module.html" />
|
||||||
|
|
@ -132,7 +132,7 @@
|
||||||
<h1>containers.podman.podman_secret_info module – Gather info about podman secrets<a class="headerlink" href="#containers-podman-podman-secret-info-module-gather-info-about-podman-secrets" title="Link to this heading"></a></h1>
|
<h1>containers.podman.podman_secret_info module – Gather info about podman secrets<a class="headerlink" href="#containers-podman-podman-secret-info-module-gather-info-about-podman-secrets" title="Link to this heading"></a></h1>
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
<p class="admonition-title">Note</p>
|
<p class="admonition-title">Note</p>
|
||||||
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.0).</p>
|
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.1).</p>
|
||||||
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
||||||
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
||||||
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
||||||
|
|
@ -214,7 +214,7 @@ see <a class="reference internal" href="#ansible-collections-containers-podman-p
|
||||||
</section>
|
</section>
|
||||||
<section id="return-values">
|
<section id="return-values">
|
||||||
<h2><a class="toc-backref" href="#id5" role="doc-backlink">Return Values</a><a class="headerlink" href="#return-values" title="Link to this heading"></a></h2>
|
<h2><a class="toc-backref" href="#id5" role="doc-backlink">Return Values</a><a class="headerlink" href="#return-values" title="Link to this heading"></a></h2>
|
||||||
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/ansible/devel/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible vdevel)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
|
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/projects/ansible/devel/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible devel)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
|
||||||
<table class="longtable ansible-option-table docutils align-default" style="width: 100%">
|
<table class="longtable ansible-option-table docutils align-default" style="width: 100%">
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="row-odd"><th class="head"><p>Key</p></th>
|
<tr class="row-odd"><th class="head"><p>Key</p></th>
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
<html class="writer-html5" lang="en" data-content_root="../../../">
|
<html class="writer-html5" lang="en" data-content_root="../../../">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta content="2.21.0" name="antsibull-docs" />
|
<meta content="2.24.0" name="antsibull-docs" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>containers.podman.podman_secret module – Manage podman secrets — Ansible collections documentation</title>
|
<title>containers.podman.podman_secret module – Manage podman secrets — Ansible collections documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=c5b67dd2" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=b54c304f" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
||||||
|
|
||||||
|
|
@ -18,8 +18,8 @@
|
||||||
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
||||||
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||||||
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
||||||
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
|
<script src="../../../_static/doctools.js?v=fd6eb6e6"></script>
|
||||||
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
|
<script src="../../../_static/sphinx_highlight.js?v=6ffebe34"></script>
|
||||||
<script src="../../../_static/js/theme.js"></script>
|
<script src="../../../_static/js/theme.js"></script>
|
||||||
<link rel="search" title="Search" href="../../../search.html" />
|
<link rel="search" title="Search" href="../../../search.html" />
|
||||||
<link rel="next" title="containers.podman.podman_secret_info module – Gather info about podman secrets" href="podman_secret_info_module.html" />
|
<link rel="next" title="containers.podman.podman_secret_info module – Gather info about podman secrets" href="podman_secret_info_module.html" />
|
||||||
|
|
@ -132,7 +132,7 @@
|
||||||
<h1>containers.podman.podman_secret module – Manage podman secrets<a class="headerlink" href="#containers-podman-podman-secret-module-manage-podman-secrets" title="Link to this heading"></a></h1>
|
<h1>containers.podman.podman_secret module – Manage podman secrets<a class="headerlink" href="#containers-podman-podman-secret-module-manage-podman-secrets" title="Link to this heading"></a></h1>
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
<p class="admonition-title">Note</p>
|
<p class="admonition-title">Note</p>
|
||||||
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.0).</p>
|
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.1).</p>
|
||||||
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
||||||
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
||||||
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
<html class="writer-html5" lang="en" data-content_root="../../../">
|
<html class="writer-html5" lang="en" data-content_root="../../../">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta content="2.21.0" name="antsibull-docs" />
|
<meta content="2.24.0" name="antsibull-docs" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>containers.podman.podman_system_connection_info module – Gather info about podman system connections — Ansible collections documentation</title>
|
<title>containers.podman.podman_system_connection_info module – Gather info about podman system connections — Ansible collections documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=c5b67dd2" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=b54c304f" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
||||||
|
|
||||||
|
|
@ -18,8 +18,8 @@
|
||||||
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
||||||
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||||||
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
||||||
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
|
<script src="../../../_static/doctools.js?v=fd6eb6e6"></script>
|
||||||
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
|
<script src="../../../_static/sphinx_highlight.js?v=6ffebe34"></script>
|
||||||
<script src="../../../_static/js/theme.js"></script>
|
<script src="../../../_static/js/theme.js"></script>
|
||||||
<link rel="search" title="Search" href="../../../search.html" />
|
<link rel="search" title="Search" href="../../../search.html" />
|
||||||
<link rel="next" title="containers.podman.podman_system_info module – Get podman system information from host machine" href="podman_system_info_module.html" />
|
<link rel="next" title="containers.podman.podman_system_info module – Get podman system information from host machine" href="podman_system_info_module.html" />
|
||||||
|
|
@ -132,7 +132,7 @@
|
||||||
<h1>containers.podman.podman_system_connection_info module – Gather info about podman system connections<a class="headerlink" href="#containers-podman-podman-system-connection-info-module-gather-info-about-podman-system-connections" title="Link to this heading"></a></h1>
|
<h1>containers.podman.podman_system_connection_info module – Gather info about podman system connections<a class="headerlink" href="#containers-podman-podman-system-connection-info-module-gather-info-about-podman-system-connections" title="Link to this heading"></a></h1>
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
<p class="admonition-title">Note</p>
|
<p class="admonition-title">Note</p>
|
||||||
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.0).</p>
|
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.1).</p>
|
||||||
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
||||||
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
||||||
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
||||||
|
|
@ -214,7 +214,7 @@ see <a class="reference internal" href="#ansible-collections-containers-podman-p
|
||||||
</section>
|
</section>
|
||||||
<section id="return-values">
|
<section id="return-values">
|
||||||
<h2><a class="toc-backref" href="#id5" role="doc-backlink">Return Values</a><a class="headerlink" href="#return-values" title="Link to this heading"></a></h2>
|
<h2><a class="toc-backref" href="#id5" role="doc-backlink">Return Values</a><a class="headerlink" href="#return-values" title="Link to this heading"></a></h2>
|
||||||
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/ansible/devel/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible vdevel)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
|
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/projects/ansible/devel/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible devel)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
|
||||||
<table class="longtable ansible-option-table docutils align-default" style="width: 100%">
|
<table class="longtable ansible-option-table docutils align-default" style="width: 100%">
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="row-odd"><th class="head"><p>Key</p></th>
|
<tr class="row-odd"><th class="head"><p>Key</p></th>
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
<html class="writer-html5" lang="en" data-content_root="../../../">
|
<html class="writer-html5" lang="en" data-content_root="../../../">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta content="2.21.0" name="antsibull-docs" />
|
<meta content="2.24.0" name="antsibull-docs" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>containers.podman.podman_system_connection module – Manage podman system connections — Ansible collections documentation</title>
|
<title>containers.podman.podman_system_connection module – Manage podman system connections — Ansible collections documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=c5b67dd2" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=b54c304f" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
||||||
|
|
||||||
|
|
@ -18,8 +18,8 @@
|
||||||
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
||||||
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||||||
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
||||||
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
|
<script src="../../../_static/doctools.js?v=fd6eb6e6"></script>
|
||||||
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
|
<script src="../../../_static/sphinx_highlight.js?v=6ffebe34"></script>
|
||||||
<script src="../../../_static/js/theme.js"></script>
|
<script src="../../../_static/js/theme.js"></script>
|
||||||
<link rel="search" title="Search" href="../../../search.html" />
|
<link rel="search" title="Search" href="../../../search.html" />
|
||||||
<link rel="next" title="containers.podman.podman_system_connection_info module – Gather info about podman system connections" href="podman_system_connection_info_module.html" />
|
<link rel="next" title="containers.podman.podman_system_connection_info module – Gather info about podman system connections" href="podman_system_connection_info_module.html" />
|
||||||
|
|
@ -132,7 +132,7 @@
|
||||||
<h1>containers.podman.podman_system_connection module – Manage podman system connections<a class="headerlink" href="#containers-podman-podman-system-connection-module-manage-podman-system-connections" title="Link to this heading"></a></h1>
|
<h1>containers.podman.podman_system_connection module – Manage podman system connections<a class="headerlink" href="#containers-podman-podman-system-connection-module-manage-podman-system-connections" title="Link to this heading"></a></h1>
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
<p class="admonition-title">Note</p>
|
<p class="admonition-title">Note</p>
|
||||||
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.0).</p>
|
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.1).</p>
|
||||||
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
||||||
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
||||||
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
||||||
|
|
@ -301,7 +301,7 @@ see <a class="reference internal" href="#ansible-collections-containers-podman-p
|
||||||
</section>
|
</section>
|
||||||
<section id="return-values">
|
<section id="return-values">
|
||||||
<h2><a class="toc-backref" href="#id5" role="doc-backlink">Return Values</a><a class="headerlink" href="#return-values" title="Link to this heading"></a></h2>
|
<h2><a class="toc-backref" href="#id5" role="doc-backlink">Return Values</a><a class="headerlink" href="#return-values" title="Link to this heading"></a></h2>
|
||||||
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/ansible/devel/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible vdevel)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
|
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/projects/ansible/devel/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible devel)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
|
||||||
<table class="longtable ansible-option-table docutils align-default" style="width: 100%">
|
<table class="longtable ansible-option-table docutils align-default" style="width: 100%">
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="row-odd"><th class="head"><p>Key</p></th>
|
<tr class="row-odd"><th class="head"><p>Key</p></th>
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
<html class="writer-html5" lang="en" data-content_root="../../../">
|
<html class="writer-html5" lang="en" data-content_root="../../../">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta content="2.21.0" name="antsibull-docs" />
|
<meta content="2.24.0" name="antsibull-docs" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>containers.podman.podman_system_info module – Get podman system information from host machine — Ansible collections documentation</title>
|
<title>containers.podman.podman_system_info module – Get podman system information from host machine — Ansible collections documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=c5b67dd2" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=b54c304f" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
||||||
|
|
||||||
|
|
@ -18,8 +18,8 @@
|
||||||
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
||||||
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||||||
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
||||||
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
|
<script src="../../../_static/doctools.js?v=fd6eb6e6"></script>
|
||||||
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
|
<script src="../../../_static/sphinx_highlight.js?v=6ffebe34"></script>
|
||||||
<script src="../../../_static/js/theme.js"></script>
|
<script src="../../../_static/js/theme.js"></script>
|
||||||
<link rel="search" title="Search" href="../../../search.html" />
|
<link rel="search" title="Search" href="../../../search.html" />
|
||||||
<link rel="next" title="containers.podman.podman_tag module – Add an additional name to a local image" href="podman_tag_module.html" />
|
<link rel="next" title="containers.podman.podman_tag module – Add an additional name to a local image" href="podman_tag_module.html" />
|
||||||
|
|
@ -132,7 +132,7 @@
|
||||||
<h1>containers.podman.podman_system_info module – Get podman system information from host machine<a class="headerlink" href="#containers-podman-podman-system-info-module-get-podman-system-information-from-host-machine" title="Link to this heading"></a></h1>
|
<h1>containers.podman.podman_system_info module – Get podman system information from host machine<a class="headerlink" href="#containers-podman-podman-system-info-module-get-podman-system-information-from-host-machine" title="Link to this heading"></a></h1>
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
<p class="admonition-title">Note</p>
|
<p class="admonition-title">Note</p>
|
||||||
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.0).</p>
|
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.1).</p>
|
||||||
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
||||||
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
||||||
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
||||||
|
|
@ -198,7 +198,7 @@ see <a class="reference internal" href="#ansible-collections-containers-podman-p
|
||||||
</section>
|
</section>
|
||||||
<section id="return-values">
|
<section id="return-values">
|
||||||
<h2><a class="toc-backref" href="#id5" role="doc-backlink">Return Values</a><a class="headerlink" href="#return-values" title="Link to this heading"></a></h2>
|
<h2><a class="toc-backref" href="#id5" role="doc-backlink">Return Values</a><a class="headerlink" href="#return-values" title="Link to this heading"></a></h2>
|
||||||
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/ansible/devel/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible vdevel)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
|
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/projects/ansible/devel/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible devel)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
|
||||||
<table class="longtable ansible-option-table docutils align-default" style="width: 100%">
|
<table class="longtable ansible-option-table docutils align-default" style="width: 100%">
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="row-odd"><th class="head"><p>Key</p></th>
|
<tr class="row-odd"><th class="head"><p>Key</p></th>
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
<html class="writer-html5" lang="en" data-content_root="../../../">
|
<html class="writer-html5" lang="en" data-content_root="../../../">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta content="2.21.0" name="antsibull-docs" />
|
<meta content="2.24.0" name="antsibull-docs" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>containers.podman.podman_tag module – Add an additional name to a local image — Ansible collections documentation</title>
|
<title>containers.podman.podman_tag module – Add an additional name to a local image — Ansible collections documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=c5b67dd2" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=b54c304f" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
||||||
|
|
||||||
|
|
@ -18,8 +18,8 @@
|
||||||
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
||||||
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||||||
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
||||||
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
|
<script src="../../../_static/doctools.js?v=fd6eb6e6"></script>
|
||||||
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
|
<script src="../../../_static/sphinx_highlight.js?v=6ffebe34"></script>
|
||||||
<script src="../../../_static/js/theme.js"></script>
|
<script src="../../../_static/js/theme.js"></script>
|
||||||
<link rel="search" title="Search" href="../../../search.html" />
|
<link rel="search" title="Search" href="../../../search.html" />
|
||||||
<link rel="next" title="containers.podman.podman_volume module – Manage Podman volumes" href="podman_volume_module.html" />
|
<link rel="next" title="containers.podman.podman_volume module – Manage Podman volumes" href="podman_volume_module.html" />
|
||||||
|
|
@ -132,7 +132,7 @@
|
||||||
<h1>containers.podman.podman_tag module – Add an additional name to a local image<a class="headerlink" href="#containers-podman-podman-tag-module-add-an-additional-name-to-a-local-image" title="Link to this heading"></a></h1>
|
<h1>containers.podman.podman_tag module – Add an additional name to a local image<a class="headerlink" href="#containers-podman-podman-tag-module-add-an-additional-name-to-a-local-image" title="Link to this heading"></a></h1>
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
<p class="admonition-title">Note</p>
|
<p class="admonition-title">Note</p>
|
||||||
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.0).</p>
|
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.1).</p>
|
||||||
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
||||||
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
||||||
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
<html class="writer-html5" lang="en" data-content_root="../../../">
|
<html class="writer-html5" lang="en" data-content_root="../../../">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta content="2.21.0" name="antsibull-docs" />
|
<meta content="2.24.0" name="antsibull-docs" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>containers.podman.podman_unshare become – Run tasks using podman unshare — Ansible collections documentation</title>
|
<title>containers.podman.podman_unshare become – Run tasks using podman unshare — Ansible collections documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=c5b67dd2" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=b54c304f" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
||||||
|
|
||||||
|
|
@ -18,8 +18,8 @@
|
||||||
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
||||||
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||||||
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
||||||
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
|
<script src="../../../_static/doctools.js?v=fd6eb6e6"></script>
|
||||||
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
|
<script src="../../../_static/sphinx_highlight.js?v=6ffebe34"></script>
|
||||||
<script src="../../../_static/js/theme.js"></script>
|
<script src="../../../_static/js/theme.js"></script>
|
||||||
<link rel="search" title="Search" href="../../../search.html" />
|
<link rel="search" title="Search" href="../../../search.html" />
|
||||||
<link rel="next" title="containers.podman.buildah connection – Interact with an existing buildah container" href="buildah_connection.html" />
|
<link rel="next" title="containers.podman.buildah connection – Interact with an existing buildah container" href="buildah_connection.html" />
|
||||||
|
|
@ -132,7 +132,7 @@
|
||||||
<h1>containers.podman.podman_unshare become – Run tasks using podman unshare<a class="headerlink" href="#containers-podman-podman-unshare-become-run-tasks-using-podman-unshare" title="Link to this heading"></a></h1>
|
<h1>containers.podman.podman_unshare become – Run tasks using podman unshare<a class="headerlink" href="#containers-podman-podman-unshare-become-run-tasks-using-podman-unshare" title="Link to this heading"></a></h1>
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
<p class="admonition-title">Note</p>
|
<p class="admonition-title">Note</p>
|
||||||
<p>This become plugin is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.0).</p>
|
<p>This become plugin is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.1).</p>
|
||||||
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
||||||
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
||||||
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.</p>
|
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.</p>
|
||||||
|
|
@ -179,7 +179,7 @@ To check whether it is installed, run <code class="code docutils literal notrans
|
||||||
</pre></div>
|
</pre></div>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<li><p>Environment variable: <span class="target" id="index-0"></span><a class="reference external" href="https://docs.ansible.com/ansible/devel/reference_appendices/config.html#envvar-ANSIBLE_BECOME_EXE" title="(in Ansible vdevel)"><code class="xref std std-envvar docutils literal notranslate"><span class="pre">ANSIBLE_BECOME_EXE</span></code></a></p></li>
|
<li><p>Environment variable: <span class="target" id="index-0"></span><a class="reference external" href="https://docs.ansible.com/projects/ansible/devel/reference_appendices/config.html#envvar-ANSIBLE_BECOME_EXE" title="(in Ansible devel)"><code class="xref std std-envvar docutils literal notranslate"><span class="pre">ANSIBLE_BECOME_EXE</span></code></a></p></li>
|
||||||
<li><p>Environment variable: <span class="target" id="index-1"></span><a class="reference internal" href="../../environment_variables.html#envvar-ANSIBLE_SUDO_EXE"><code class="xref std std-envvar docutils literal notranslate"><span class="pre">ANSIBLE_SUDO_EXE</span></code></a></p></li>
|
<li><p>Environment variable: <span class="target" id="index-1"></span><a class="reference internal" href="../../environment_variables.html#envvar-ANSIBLE_SUDO_EXE"><code class="xref std std-envvar docutils literal notranslate"><span class="pre">ANSIBLE_SUDO_EXE</span></code></a></p></li>
|
||||||
<li><p>Variable: ansible_become_exe</p></li>
|
<li><p>Variable: ansible_become_exe</p></li>
|
||||||
<li><p>Variable: ansible_sudo_exe</p></li>
|
<li><p>Variable: ansible_sudo_exe</p></li>
|
||||||
|
|
@ -224,7 +224,7 @@ To check whether it is installed, run <code class="code docutils literal notrans
|
||||||
</pre></div>
|
</pre></div>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<li><p>Environment variable: <span class="target" id="index-4"></span><a class="reference external" href="https://docs.ansible.com/ansible/devel/reference_appendices/config.html#envvar-ANSIBLE_BECOME_USER" title="(in Ansible vdevel)"><code class="xref std std-envvar docutils literal notranslate"><span class="pre">ANSIBLE_BECOME_USER</span></code></a></p></li>
|
<li><p>Environment variable: <span class="target" id="index-4"></span><a class="reference external" href="https://docs.ansible.com/projects/ansible/devel/reference_appendices/config.html#envvar-ANSIBLE_BECOME_USER" title="(in Ansible devel)"><code class="xref std std-envvar docutils literal notranslate"><span class="pre">ANSIBLE_BECOME_USER</span></code></a></p></li>
|
||||||
<li><p>Environment variable: <span class="target" id="index-5"></span><a class="reference internal" href="../../environment_variables.html#envvar-ANSIBLE_SUDO_USER"><code class="xref std std-envvar docutils literal notranslate"><span class="pre">ANSIBLE_SUDO_USER</span></code></a></p></li>
|
<li><p>Environment variable: <span class="target" id="index-5"></span><a class="reference internal" href="../../environment_variables.html#envvar-ANSIBLE_SUDO_USER"><code class="xref std std-envvar docutils literal notranslate"><span class="pre">ANSIBLE_SUDO_USER</span></code></a></p></li>
|
||||||
<li><p>Variable: ansible_become_user</p></li>
|
<li><p>Variable: ansible_become_user</p></li>
|
||||||
<li><p>Variable: ansible_sudo_user</p></li>
|
<li><p>Variable: ansible_sudo_user</p></li>
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
<html class="writer-html5" lang="en" data-content_root="../../../">
|
<html class="writer-html5" lang="en" data-content_root="../../../">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta content="2.21.0" name="antsibull-docs" />
|
<meta content="2.24.0" name="antsibull-docs" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>containers.podman.podman_volume_info module – Gather info about podman volumes — Ansible collections documentation</title>
|
<title>containers.podman.podman_volume_info module – Gather info about podman volumes — Ansible collections documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=c5b67dd2" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=b54c304f" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
||||||
|
|
||||||
|
|
@ -18,8 +18,8 @@
|
||||||
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
||||||
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||||||
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
||||||
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
|
<script src="../../../_static/doctools.js?v=fd6eb6e6"></script>
|
||||||
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
|
<script src="../../../_static/sphinx_highlight.js?v=6ffebe34"></script>
|
||||||
<script src="../../../_static/js/theme.js"></script>
|
<script src="../../../_static/js/theme.js"></script>
|
||||||
<link rel="search" title="Search" href="../../../search.html" />
|
<link rel="search" title="Search" href="../../../search.html" />
|
||||||
<link rel="next" title="containers.podman.podman_unshare become – Run tasks using podman unshare" href="podman_unshare_become.html" />
|
<link rel="next" title="containers.podman.podman_unshare become – Run tasks using podman unshare" href="podman_unshare_become.html" />
|
||||||
|
|
@ -132,7 +132,7 @@
|
||||||
<h1>containers.podman.podman_volume_info module – Gather info about podman volumes<a class="headerlink" href="#containers-podman-podman-volume-info-module-gather-info-about-podman-volumes" title="Link to this heading"></a></h1>
|
<h1>containers.podman.podman_volume_info module – Gather info about podman volumes<a class="headerlink" href="#containers-podman-podman-volume-info-module-gather-info-about-podman-volumes" title="Link to this heading"></a></h1>
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
<p class="admonition-title">Note</p>
|
<p class="admonition-title">Note</p>
|
||||||
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.0).</p>
|
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.1).</p>
|
||||||
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
||||||
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
||||||
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
||||||
|
|
@ -202,7 +202,7 @@ see <a class="reference internal" href="#ansible-collections-containers-podman-p
|
||||||
</section>
|
</section>
|
||||||
<section id="return-values">
|
<section id="return-values">
|
||||||
<h2><a class="toc-backref" href="#id5" role="doc-backlink">Return Values</a><a class="headerlink" href="#return-values" title="Link to this heading"></a></h2>
|
<h2><a class="toc-backref" href="#id5" role="doc-backlink">Return Values</a><a class="headerlink" href="#return-values" title="Link to this heading"></a></h2>
|
||||||
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/ansible/devel/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible vdevel)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
|
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/projects/ansible/devel/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible devel)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
|
||||||
<table class="longtable ansible-option-table docutils align-default" style="width: 100%">
|
<table class="longtable ansible-option-table docutils align-default" style="width: 100%">
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="row-odd"><th class="head"><p>Key</p></th>
|
<tr class="row-odd"><th class="head"><p>Key</p></th>
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
<html class="writer-html5" lang="en" data-content_root="../../../">
|
<html class="writer-html5" lang="en" data-content_root="../../../">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta content="2.21.0" name="antsibull-docs" />
|
<meta content="2.24.0" name="antsibull-docs" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>containers.podman.podman_volume module – Manage Podman volumes — Ansible collections documentation</title>
|
<title>containers.podman.podman_volume module – Manage Podman volumes — Ansible collections documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=41de9001" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=c5b67dd2" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/ansible.css?v=b54c304f" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/antsibull-minimal.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
||||||
|
|
||||||
|
|
@ -18,8 +18,8 @@
|
||||||
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
|
||||||
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||||||
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
<script src="../../../_static/documentation_options.js?v=7f41d439"></script>
|
||||||
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
|
<script src="../../../_static/doctools.js?v=fd6eb6e6"></script>
|
||||||
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
|
<script src="../../../_static/sphinx_highlight.js?v=6ffebe34"></script>
|
||||||
<script src="../../../_static/js/theme.js"></script>
|
<script src="../../../_static/js/theme.js"></script>
|
||||||
<link rel="search" title="Search" href="../../../search.html" />
|
<link rel="search" title="Search" href="../../../search.html" />
|
||||||
<link rel="next" title="containers.podman.podman_volume_info module – Gather info about podman volumes" href="podman_volume_info_module.html" />
|
<link rel="next" title="containers.podman.podman_volume_info module – Gather info about podman volumes" href="podman_volume_info_module.html" />
|
||||||
|
|
@ -132,7 +132,7 @@
|
||||||
<h1>containers.podman.podman_volume module – Manage Podman volumes<a class="headerlink" href="#containers-podman-podman-volume-module-manage-podman-volumes" title="Link to this heading"></a></h1>
|
<h1>containers.podman.podman_volume module – Manage Podman volumes<a class="headerlink" href="#containers-podman-podman-volume-module-manage-podman-volumes" title="Link to this heading"></a></h1>
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
<p class="admonition-title">Note</p>
|
<p class="admonition-title">Note</p>
|
||||||
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.0).</p>
|
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/containers/podman/">containers.podman collection</a> (version 1.18.1).</p>
|
||||||
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
||||||
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
||||||
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">containers.podman</span></code>.
|
||||||
|
|
@ -311,7 +311,7 @@ see <a class="reference internal" href="#ansible-collections-containers-podman-p
|
||||||
</section>
|
</section>
|
||||||
<section id="return-values">
|
<section id="return-values">
|
||||||
<h2><a class="toc-backref" href="#id5" role="doc-backlink">Return Values</a><a class="headerlink" href="#return-values" title="Link to this heading"></a></h2>
|
<h2><a class="toc-backref" href="#id5" role="doc-backlink">Return Values</a><a class="headerlink" href="#return-values" title="Link to this heading"></a></h2>
|
||||||
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/ansible/devel/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible vdevel)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
|
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/projects/ansible/devel/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible devel)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
|
||||||
<table class="longtable ansible-option-table docutils align-default" style="width: 100%">
|
<table class="longtable ansible-option-table docutils align-default" style="width: 100%">
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="row-odd"><th class="head"><p>Key</p></th>
|
<tr class="row-odd"><th class="head"><p>Key</p></th>
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
<html class="writer-html5" lang="en" data-content_root="../">
|
<html class="writer-html5" lang="en" data-content_root="../">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta content="2.21.0" name="antsibull-docs" />
|
<meta content="2.24.0" name="antsibull-docs" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Index of all deprecated plugins — Ansible collections documentation</title>
|
<title>Index of all deprecated plugins — Ansible collections documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=41de9001" />
|
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=41de9001" />
|
||||||
<link rel="stylesheet" type="text/css" href="../_static/css/ansible.css?v=c5b67dd2" />
|
<link rel="stylesheet" type="text/css" href="../_static/css/ansible.css?v=b54c304f" />
|
||||||
<link rel="stylesheet" type="text/css" href="../_static/antsibull-minimal.css" />
|
<link rel="stylesheet" type="text/css" href="../_static/antsibull-minimal.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
<link rel="stylesheet" type="text/css" href="../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
||||||
|
|
||||||
|
|
@ -18,8 +18,8 @@
|
||||||
<script src="../_static/jquery.js?v=5d32c60e"></script>
|
<script src="../_static/jquery.js?v=5d32c60e"></script>
|
||||||
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||||||
<script src="../_static/documentation_options.js?v=7f41d439"></script>
|
<script src="../_static/documentation_options.js?v=7f41d439"></script>
|
||||||
<script src="../_static/doctools.js?v=9bcbadda"></script>
|
<script src="../_static/doctools.js?v=fd6eb6e6"></script>
|
||||||
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
|
<script src="../_static/sphinx_highlight.js?v=6ffebe34"></script>
|
||||||
<script src="../_static/js/theme.js"></script>
|
<script src="../_static/js/theme.js"></script>
|
||||||
<link rel="search" title="Search" href="../search.html" /><!-- extra head elements for Ansible beyond RTD Sphinx Theme -->
|
<link rel="search" title="Search" href="../search.html" /><!-- extra head elements for Ansible beyond RTD Sphinx Theme -->
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
<html class="writer-html5" lang="en" data-content_root="../">
|
<html class="writer-html5" lang="en" data-content_root="../">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta content="2.21.0" name="antsibull-docs" />
|
<meta content="2.24.0" name="antsibull-docs" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Index of all Collection Environment Variables — Ansible collections documentation</title>
|
<title>Index of all Collection Environment Variables — Ansible collections documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=41de9001" />
|
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=41de9001" />
|
||||||
<link rel="stylesheet" type="text/css" href="../_static/css/ansible.css?v=c5b67dd2" />
|
<link rel="stylesheet" type="text/css" href="../_static/css/ansible.css?v=b54c304f" />
|
||||||
<link rel="stylesheet" type="text/css" href="../_static/antsibull-minimal.css" />
|
<link rel="stylesheet" type="text/css" href="../_static/antsibull-minimal.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
<link rel="stylesheet" type="text/css" href="../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
||||||
|
|
||||||
|
|
@ -18,8 +18,8 @@
|
||||||
<script src="../_static/jquery.js?v=5d32c60e"></script>
|
<script src="../_static/jquery.js?v=5d32c60e"></script>
|
||||||
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||||||
<script src="../_static/documentation_options.js?v=7f41d439"></script>
|
<script src="../_static/documentation_options.js?v=7f41d439"></script>
|
||||||
<script src="../_static/doctools.js?v=9bcbadda"></script>
|
<script src="../_static/doctools.js?v=fd6eb6e6"></script>
|
||||||
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
|
<script src="../_static/sphinx_highlight.js?v=6ffebe34"></script>
|
||||||
<script src="../_static/js/theme.js"></script>
|
<script src="../_static/js/theme.js"></script>
|
||||||
<link rel="search" title="Search" href="../search.html" />
|
<link rel="search" title="Search" href="../search.html" />
|
||||||
<link rel="prev" title="Index of all Modules" href="index_module.html" /><!-- extra head elements for Ansible beyond RTD Sphinx Theme -->
|
<link rel="prev" title="Index of all Modules" href="index_module.html" /><!-- extra head elements for Ansible beyond RTD Sphinx Theme -->
|
||||||
|
|
@ -117,7 +117,7 @@
|
||||||
<section id="index-of-all-collection-environment-variables">
|
<section id="index-of-all-collection-environment-variables">
|
||||||
<span id="list-of-collection-env-vars"></span><h1>Index of all Collection Environment Variables<a class="headerlink" href="#index-of-all-collection-environment-variables" title="Link to this heading"></a></h1>
|
<span id="list-of-collection-env-vars"></span><h1>Index of all Collection Environment Variables<a class="headerlink" href="#index-of-all-collection-environment-variables" title="Link to this heading"></a></h1>
|
||||||
<p>The following index documents all environment variables declared by plugins in collections.
|
<p>The following index documents all environment variables declared by plugins in collections.
|
||||||
Environment variables used by the ansible-core configuration are documented in <a class="reference external" href="https://docs.ansible.com/ansible/devel/reference_appendices/config.html#ansible-configuration-settings" title="(in Ansible vdevel)"><span>Ansible Configuration Settings</span></a>.</p>
|
Environment variables used by the ansible-core configuration are documented in <a class="reference external" href="https://docs.ansible.com/projects/ansible/devel/reference_appendices/config.html#ansible-configuration-settings" title="(in Ansible devel)"><span>Ansible Configuration Settings</span></a>.</p>
|
||||||
<dl class="std envvar">
|
<dl class="std envvar">
|
||||||
<dt class="sig sig-object std" id="envvar-ANSIBLE_BECOME_PASS">
|
<dt class="sig sig-object std" id="envvar-ANSIBLE_BECOME_PASS">
|
||||||
<span class="sig-name descname"><span class="pre">ANSIBLE_BECOME_PASS</span></span><a class="headerlink" href="#envvar-ANSIBLE_BECOME_PASS" title="Link to this definition"></a></dt>
|
<span class="sig-name descname"><span class="pre">ANSIBLE_BECOME_PASS</span></span><a class="headerlink" href="#envvar-ANSIBLE_BECOME_PASS" title="Link to this definition"></a></dt>
|
||||||
|
|
@ -129,11 +129,52 @@ Environment variables used by the ansible-core configuration are documented in <
|
||||||
<dl class="std envvar">
|
<dl class="std envvar">
|
||||||
<dt class="sig sig-object std" id="envvar-ANSIBLE_BUILDAH_EXECUTABLE">
|
<dt class="sig sig-object std" id="envvar-ANSIBLE_BUILDAH_EXECUTABLE">
|
||||||
<span class="sig-name descname"><span class="pre">ANSIBLE_BUILDAH_EXECUTABLE</span></span><a class="headerlink" href="#envvar-ANSIBLE_BUILDAH_EXECUTABLE" title="Link to this definition"></a></dt>
|
<span class="sig-name descname"><span class="pre">ANSIBLE_BUILDAH_EXECUTABLE</span></span><a class="headerlink" href="#envvar-ANSIBLE_BUILDAH_EXECUTABLE" title="Link to this definition"></a></dt>
|
||||||
<dd><p>Path to the <code class="docutils literal notranslate"><span class="pre">buildah</span></code> executable.</p>
|
<dd><p>See the documentations for the options where this environment variable is used.</p>
|
||||||
<p><em>Used by:</em>
|
<p><em>Used by:</em>
|
||||||
|
<a class="reference internal" href="containers/podman/buildah_connection.html#ansible-collections-containers-podman-buildah-connection"><span class="std std-ref">containers.podman.buildah connection plugin</span></a>,
|
||||||
<a class="reference internal" href="containers/podman/buildah_containers_inventory.html#ansible-collections-containers-podman-buildah-containers-inventory"><span class="std std-ref">containers.podman.buildah_containers inventory plugin</span></a></p>
|
<a class="reference internal" href="containers/podman/buildah_containers_inventory.html#ansible-collections-containers-podman-buildah-containers-inventory"><span class="std std-ref">containers.podman.buildah_containers inventory plugin</span></a></p>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
|
<dl class="std envvar">
|
||||||
|
<dt class="sig sig-object std" id="envvar-ANSIBLE_BUILDAH_EXTRA_ARGS">
|
||||||
|
<span class="sig-name descname"><span class="pre">ANSIBLE_BUILDAH_EXTRA_ARGS</span></span><a class="headerlink" href="#envvar-ANSIBLE_BUILDAH_EXTRA_ARGS" title="Link to this definition"></a></dt>
|
||||||
|
<dd><p>Extra arguments to pass to the buildah command line.</p>
|
||||||
|
<p><em>Used by:</em>
|
||||||
|
<a class="reference internal" href="containers/podman/buildah_connection.html#ansible-collections-containers-podman-buildah-connection"><span class="std std-ref">containers.podman.buildah connection plugin</span></a></p>
|
||||||
|
</dd></dl>
|
||||||
|
|
||||||
|
<dl class="std envvar">
|
||||||
|
<dt class="sig sig-object std" id="envvar-ANSIBLE_BUILDAH_HOST">
|
||||||
|
<span class="sig-name descname"><span class="pre">ANSIBLE_BUILDAH_HOST</span></span><a class="headerlink" href="#envvar-ANSIBLE_BUILDAH_HOST" title="Link to this definition"></a></dt>
|
||||||
|
<dd><p>The ID or name of the buildah working container you want to access.</p>
|
||||||
|
<p><em>Used by:</em>
|
||||||
|
<a class="reference internal" href="containers/podman/buildah_connection.html#ansible-collections-containers-podman-buildah-connection"><span class="std std-ref">containers.podman.buildah connection plugin</span></a></p>
|
||||||
|
</dd></dl>
|
||||||
|
|
||||||
|
<dl class="std envvar">
|
||||||
|
<dt class="sig sig-object std" id="envvar-ANSIBLE_BUILDAH_MOUNT_DETECTION">
|
||||||
|
<span class="sig-name descname"><span class="pre">ANSIBLE_BUILDAH_MOUNT_DETECTION</span></span><a class="headerlink" href="#envvar-ANSIBLE_BUILDAH_MOUNT_DETECTION" title="Link to this definition"></a></dt>
|
||||||
|
<dd><p>Enable automatic detection and use of container mount points for file operations.</p>
|
||||||
|
<p><em>Used by:</em>
|
||||||
|
<a class="reference internal" href="containers/podman/buildah_connection.html#ansible-collections-containers-podman-buildah-connection"><span class="std std-ref">containers.podman.buildah connection plugin</span></a></p>
|
||||||
|
</dd></dl>
|
||||||
|
|
||||||
|
<dl class="std envvar">
|
||||||
|
<dt class="sig sig-object std" id="envvar-ANSIBLE_BUILDAH_TIMEOUT">
|
||||||
|
<span class="sig-name descname"><span class="pre">ANSIBLE_BUILDAH_TIMEOUT</span></span><a class="headerlink" href="#envvar-ANSIBLE_BUILDAH_TIMEOUT" title="Link to this definition"></a></dt>
|
||||||
|
<dd><p>Timeout in seconds for container operations. 0 means no timeout.</p>
|
||||||
|
<p><em>Used by:</em>
|
||||||
|
<a class="reference internal" href="containers/podman/buildah_connection.html#ansible-collections-containers-podman-buildah-connection"><span class="std std-ref">containers.podman.buildah connection plugin</span></a></p>
|
||||||
|
</dd></dl>
|
||||||
|
|
||||||
|
<dl class="std envvar">
|
||||||
|
<dt class="sig sig-object std" id="envvar-ANSIBLE_BUILDAH_WORKING_DIRECTORY">
|
||||||
|
<span class="sig-name descname"><span class="pre">ANSIBLE_BUILDAH_WORKING_DIRECTORY</span></span><a class="headerlink" href="#envvar-ANSIBLE_BUILDAH_WORKING_DIRECTORY" title="Link to this definition"></a></dt>
|
||||||
|
<dd><p>Set working directory for commands executed in the container.</p>
|
||||||
|
<p><em>Used by:</em>
|
||||||
|
<a class="reference internal" href="containers/podman/buildah_connection.html#ansible-collections-containers-podman-buildah-connection"><span class="std std-ref">containers.podman.buildah connection plugin</span></a></p>
|
||||||
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="std envvar">
|
<dl class="std envvar">
|
||||||
<dt class="sig sig-object std" id="envvar-ANSIBLE_PODMAN_EXECUTABLE">
|
<dt class="sig sig-object std" id="envvar-ANSIBLE_PODMAN_EXECUTABLE">
|
||||||
<span class="sig-name descname"><span class="pre">ANSIBLE_PODMAN_EXECUTABLE</span></span><a class="headerlink" href="#envvar-ANSIBLE_PODMAN_EXECUTABLE" title="Link to this definition"></a></dt>
|
<span class="sig-name descname"><span class="pre">ANSIBLE_PODMAN_EXECUTABLE</span></span><a class="headerlink" href="#envvar-ANSIBLE_PODMAN_EXECUTABLE" title="Link to this definition"></a></dt>
|
||||||
|
|
@ -151,6 +192,30 @@ Environment variables used by the ansible-core configuration are documented in <
|
||||||
<a class="reference internal" href="containers/podman/podman_connection.html#ansible-collections-containers-podman-podman-connection"><span class="std std-ref">containers.podman.podman connection plugin</span></a></p>
|
<a class="reference internal" href="containers/podman/podman_connection.html#ansible-collections-containers-podman-podman-connection"><span class="std std-ref">containers.podman.podman connection plugin</span></a></p>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
|
<dl class="std envvar">
|
||||||
|
<dt class="sig sig-object std" id="envvar-ANSIBLE_PODMAN_HOST">
|
||||||
|
<span class="sig-name descname"><span class="pre">ANSIBLE_PODMAN_HOST</span></span><a class="headerlink" href="#envvar-ANSIBLE_PODMAN_HOST" title="Link to this definition"></a></dt>
|
||||||
|
<dd><p>The ID or name of the container you want to access.</p>
|
||||||
|
<p><em>Used by:</em>
|
||||||
|
<a class="reference internal" href="containers/podman/podman_connection.html#ansible-collections-containers-podman-podman-connection"><span class="std std-ref">containers.podman.podman connection plugin</span></a></p>
|
||||||
|
</dd></dl>
|
||||||
|
|
||||||
|
<dl class="std envvar">
|
||||||
|
<dt class="sig sig-object std" id="envvar-ANSIBLE_PODMAN_MOUNT_DETECTION">
|
||||||
|
<span class="sig-name descname"><span class="pre">ANSIBLE_PODMAN_MOUNT_DETECTION</span></span><a class="headerlink" href="#envvar-ANSIBLE_PODMAN_MOUNT_DETECTION" title="Link to this definition"></a></dt>
|
||||||
|
<dd><p>Enable automatic detection and use of container mount points for file operations.</p>
|
||||||
|
<p><em>Used by:</em>
|
||||||
|
<a class="reference internal" href="containers/podman/podman_connection.html#ansible-collections-containers-podman-podman-connection"><span class="std std-ref">containers.podman.podman connection plugin</span></a></p>
|
||||||
|
</dd></dl>
|
||||||
|
|
||||||
|
<dl class="std envvar">
|
||||||
|
<dt class="sig sig-object std" id="envvar-ANSIBLE_PODMAN_TIMEOUT">
|
||||||
|
<span class="sig-name descname"><span class="pre">ANSIBLE_PODMAN_TIMEOUT</span></span><a class="headerlink" href="#envvar-ANSIBLE_PODMAN_TIMEOUT" title="Link to this definition"></a></dt>
|
||||||
|
<dd><p>Timeout in seconds for container operations. 0 means no timeout.</p>
|
||||||
|
<p><em>Used by:</em>
|
||||||
|
<a class="reference internal" href="containers/podman/podman_connection.html#ansible-collections-containers-podman-podman-connection"><span class="std std-ref">containers.podman.podman connection plugin</span></a></p>
|
||||||
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="std envvar">
|
<dl class="std envvar">
|
||||||
<dt class="sig sig-object std" id="envvar-ANSIBLE_SUDO_EXE">
|
<dt class="sig sig-object std" id="envvar-ANSIBLE_SUDO_EXE">
|
||||||
<span class="sig-name descname"><span class="pre">ANSIBLE_SUDO_EXE</span></span><a class="headerlink" href="#envvar-ANSIBLE_SUDO_EXE" title="Link to this definition"></a></dt>
|
<span class="sig-name descname"><span class="pre">ANSIBLE_SUDO_EXE</span></span><a class="headerlink" href="#envvar-ANSIBLE_SUDO_EXE" title="Link to this definition"></a></dt>
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
<html class="writer-html5" lang="en" data-content_root="../">
|
<html class="writer-html5" lang="en" data-content_root="../">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta content="2.21.0" name="antsibull-docs" />
|
<meta content="2.24.0" name="antsibull-docs" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Collection Index — Ansible collections documentation</title>
|
<title>Collection Index — Ansible collections documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=41de9001" />
|
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=41de9001" />
|
||||||
<link rel="stylesheet" type="text/css" href="../_static/css/ansible.css?v=c5b67dd2" />
|
<link rel="stylesheet" type="text/css" href="../_static/css/ansible.css?v=b54c304f" />
|
||||||
<link rel="stylesheet" type="text/css" href="../_static/antsibull-minimal.css" />
|
<link rel="stylesheet" type="text/css" href="../_static/antsibull-minimal.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
<link rel="stylesheet" type="text/css" href="../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
||||||
|
|
||||||
|
|
@ -18,8 +18,8 @@
|
||||||
<script src="../_static/jquery.js?v=5d32c60e"></script>
|
<script src="../_static/jquery.js?v=5d32c60e"></script>
|
||||||
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||||||
<script src="../_static/documentation_options.js?v=7f41d439"></script>
|
<script src="../_static/documentation_options.js?v=7f41d439"></script>
|
||||||
<script src="../_static/doctools.js?v=9bcbadda"></script>
|
<script src="../_static/doctools.js?v=fd6eb6e6"></script>
|
||||||
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
|
<script src="../_static/sphinx_highlight.js?v=6ffebe34"></script>
|
||||||
<script src="../_static/js/theme.js"></script>
|
<script src="../_static/js/theme.js"></script>
|
||||||
<link rel="search" title="Search" href="../search.html" />
|
<link rel="search" title="Search" href="../search.html" />
|
||||||
<link rel="next" title="Collections in the Containers Namespace" href="containers/index.html" />
|
<link rel="next" title="Collections in the Containers Namespace" href="containers/index.html" />
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
<html class="writer-html5" lang="en" data-content_root="../">
|
<html class="writer-html5" lang="en" data-content_root="../">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta content="2.21.0" name="antsibull-docs" />
|
<meta content="2.24.0" name="antsibull-docs" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Index of all Become Plugins — Ansible collections documentation</title>
|
<title>Index of all Become Plugins — Ansible collections documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=41de9001" />
|
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=41de9001" />
|
||||||
<link rel="stylesheet" type="text/css" href="../_static/css/ansible.css?v=c5b67dd2" />
|
<link rel="stylesheet" type="text/css" href="../_static/css/ansible.css?v=b54c304f" />
|
||||||
<link rel="stylesheet" type="text/css" href="../_static/antsibull-minimal.css" />
|
<link rel="stylesheet" type="text/css" href="../_static/antsibull-minimal.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
<link rel="stylesheet" type="text/css" href="../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
||||||
|
|
||||||
|
|
@ -18,8 +18,8 @@
|
||||||
<script src="../_static/jquery.js?v=5d32c60e"></script>
|
<script src="../_static/jquery.js?v=5d32c60e"></script>
|
||||||
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||||||
<script src="../_static/documentation_options.js?v=7f41d439"></script>
|
<script src="../_static/documentation_options.js?v=7f41d439"></script>
|
||||||
<script src="../_static/doctools.js?v=9bcbadda"></script>
|
<script src="../_static/doctools.js?v=fd6eb6e6"></script>
|
||||||
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
|
<script src="../_static/sphinx_highlight.js?v=6ffebe34"></script>
|
||||||
<script src="../_static/js/theme.js"></script>
|
<script src="../_static/js/theme.js"></script>
|
||||||
<link rel="search" title="Search" href="../search.html" />
|
<link rel="search" title="Search" href="../search.html" />
|
||||||
<link rel="next" title="Index of all Connection Plugins" href="index_connection.html" />
|
<link rel="next" title="Index of all Connection Plugins" href="index_connection.html" />
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
<html class="writer-html5" lang="en" data-content_root="../">
|
<html class="writer-html5" lang="en" data-content_root="../">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta content="2.21.0" name="antsibull-docs" />
|
<meta content="2.24.0" name="antsibull-docs" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Index of all Connection Plugins — Ansible collections documentation</title>
|
<title>Index of all Connection Plugins — Ansible collections documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=41de9001" />
|
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=41de9001" />
|
||||||
<link rel="stylesheet" type="text/css" href="../_static/css/ansible.css?v=c5b67dd2" />
|
<link rel="stylesheet" type="text/css" href="../_static/css/ansible.css?v=b54c304f" />
|
||||||
<link rel="stylesheet" type="text/css" href="../_static/antsibull-minimal.css" />
|
<link rel="stylesheet" type="text/css" href="../_static/antsibull-minimal.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
<link rel="stylesheet" type="text/css" href="../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
||||||
|
|
||||||
|
|
@ -18,8 +18,8 @@
|
||||||
<script src="../_static/jquery.js?v=5d32c60e"></script>
|
<script src="../_static/jquery.js?v=5d32c60e"></script>
|
||||||
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||||||
<script src="../_static/documentation_options.js?v=7f41d439"></script>
|
<script src="../_static/documentation_options.js?v=7f41d439"></script>
|
||||||
<script src="../_static/doctools.js?v=9bcbadda"></script>
|
<script src="../_static/doctools.js?v=fd6eb6e6"></script>
|
||||||
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
|
<script src="../_static/sphinx_highlight.js?v=6ffebe34"></script>
|
||||||
<script src="../_static/js/theme.js"></script>
|
<script src="../_static/js/theme.js"></script>
|
||||||
<link rel="search" title="Search" href="../search.html" />
|
<link rel="search" title="Search" href="../search.html" />
|
||||||
<link rel="next" title="Index of all Inventory Plugins" href="index_inventory.html" />
|
<link rel="next" title="Index of all Inventory Plugins" href="index_inventory.html" />
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
<html class="writer-html5" lang="en" data-content_root="../">
|
<html class="writer-html5" lang="en" data-content_root="../">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta content="2.21.0" name="antsibull-docs" />
|
<meta content="2.24.0" name="antsibull-docs" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Index of all Inventory Plugins — Ansible collections documentation</title>
|
<title>Index of all Inventory Plugins — Ansible collections documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=41de9001" />
|
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=41de9001" />
|
||||||
<link rel="stylesheet" type="text/css" href="../_static/css/ansible.css?v=c5b67dd2" />
|
<link rel="stylesheet" type="text/css" href="../_static/css/ansible.css?v=b54c304f" />
|
||||||
<link rel="stylesheet" type="text/css" href="../_static/antsibull-minimal.css" />
|
<link rel="stylesheet" type="text/css" href="../_static/antsibull-minimal.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
<link rel="stylesheet" type="text/css" href="../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
||||||
|
|
||||||
|
|
@ -18,8 +18,8 @@
|
||||||
<script src="../_static/jquery.js?v=5d32c60e"></script>
|
<script src="../_static/jquery.js?v=5d32c60e"></script>
|
||||||
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||||||
<script src="../_static/documentation_options.js?v=7f41d439"></script>
|
<script src="../_static/documentation_options.js?v=7f41d439"></script>
|
||||||
<script src="../_static/doctools.js?v=9bcbadda"></script>
|
<script src="../_static/doctools.js?v=fd6eb6e6"></script>
|
||||||
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
|
<script src="../_static/sphinx_highlight.js?v=6ffebe34"></script>
|
||||||
<script src="../_static/js/theme.js"></script>
|
<script src="../_static/js/theme.js"></script>
|
||||||
<link rel="search" title="Search" href="../search.html" />
|
<link rel="search" title="Search" href="../search.html" />
|
||||||
<link rel="next" title="Index of all Modules" href="index_module.html" />
|
<link rel="next" title="Index of all Modules" href="index_module.html" />
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
<html class="writer-html5" lang="en" data-content_root="../">
|
<html class="writer-html5" lang="en" data-content_root="../">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta content="2.21.0" name="antsibull-docs" />
|
<meta content="2.24.0" name="antsibull-docs" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Index of all Modules — Ansible collections documentation</title>
|
<title>Index of all Modules — Ansible collections documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=41de9001" />
|
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=41de9001" />
|
||||||
<link rel="stylesheet" type="text/css" href="../_static/css/ansible.css?v=c5b67dd2" />
|
<link rel="stylesheet" type="text/css" href="../_static/css/ansible.css?v=b54c304f" />
|
||||||
<link rel="stylesheet" type="text/css" href="../_static/antsibull-minimal.css" />
|
<link rel="stylesheet" type="text/css" href="../_static/antsibull-minimal.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
<link rel="stylesheet" type="text/css" href="../_static/css/rtd-ethical-ads.css?v=289b023e" />
|
||||||
|
|
||||||
|
|
@ -18,8 +18,8 @@
|
||||||
<script src="../_static/jquery.js?v=5d32c60e"></script>
|
<script src="../_static/jquery.js?v=5d32c60e"></script>
|
||||||
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||||||
<script src="../_static/documentation_options.js?v=7f41d439"></script>
|
<script src="../_static/documentation_options.js?v=7f41d439"></script>
|
||||||
<script src="../_static/doctools.js?v=9bcbadda"></script>
|
<script src="../_static/doctools.js?v=fd6eb6e6"></script>
|
||||||
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
|
<script src="../_static/sphinx_highlight.js?v=6ffebe34"></script>
|
||||||
<script src="../_static/js/theme.js"></script>
|
<script src="../_static/js/theme.js"></script>
|
||||||
<link rel="search" title="Search" href="../search.html" />
|
<link rel="search" title="Search" href="../search.html" />
|
||||||
<link rel="next" title="Index of all Collection Environment Variables" href="environment_variables.html" />
|
<link rel="next" title="Index of all Collection Environment Variables" href="environment_variables.html" />
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Welcome to my Ansible collection documentation — Ansible collections documentation</title>
|
<title>Welcome to my Ansible collection documentation — Ansible collections documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=41de9001" />
|
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=41de9001" />
|
||||||
<link rel="stylesheet" type="text/css" href="_static/css/ansible.css?v=c5b67dd2" />
|
<link rel="stylesheet" type="text/css" href="_static/css/ansible.css?v=b54c304f" />
|
||||||
<link rel="stylesheet" type="text/css" href="_static/antsibull-minimal.css" />
|
<link rel="stylesheet" type="text/css" href="_static/antsibull-minimal.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="_static/css/rtd-ethical-ads.css?v=289b023e" />
|
<link rel="stylesheet" type="text/css" href="_static/css/rtd-ethical-ads.css?v=289b023e" />
|
||||||
|
|
||||||
|
|
@ -17,8 +17,8 @@
|
||||||
<script src="_static/jquery.js?v=5d32c60e"></script>
|
<script src="_static/jquery.js?v=5d32c60e"></script>
|
||||||
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||||||
<script src="_static/documentation_options.js?v=7f41d439"></script>
|
<script src="_static/documentation_options.js?v=7f41d439"></script>
|
||||||
<script src="_static/doctools.js?v=9bcbadda"></script>
|
<script src="_static/doctools.js?v=fd6eb6e6"></script>
|
||||||
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
|
<script src="_static/sphinx_highlight.js?v=6ffebe34"></script>
|
||||||
<script src="_static/js/theme.js"></script>
|
<script src="_static/js/theme.js"></script>
|
||||||
<link rel="search" title="Search" href="search.html" />
|
<link rel="search" title="Search" href="search.html" />
|
||||||
<link rel="next" title="Collection Index" href="collections/index.html" /><!-- extra head elements for Ansible beyond RTD Sphinx Theme -->
|
<link rel="next" title="Collection Index" href="collections/index.html" /><!-- extra head elements for Ansible beyond RTD Sphinx Theme -->
|
||||||
|
|
|
||||||
BIN
docs/objects.inv
BIN
docs/objects.inv
Binary file not shown.
|
|
@ -7,7 +7,7 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Search — Ansible collections documentation</title>
|
<title>Search — Ansible collections documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=41de9001" />
|
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=41de9001" />
|
||||||
<link rel="stylesheet" type="text/css" href="_static/css/ansible.css?v=c5b67dd2" />
|
<link rel="stylesheet" type="text/css" href="_static/css/ansible.css?v=b54c304f" />
|
||||||
<link rel="stylesheet" type="text/css" href="_static/antsibull-minimal.css" />
|
<link rel="stylesheet" type="text/css" href="_static/antsibull-minimal.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="_static/css/rtd-ethical-ads.css?v=289b023e" />
|
<link rel="stylesheet" type="text/css" href="_static/css/rtd-ethical-ads.css?v=289b023e" />
|
||||||
|
|
||||||
|
|
@ -17,8 +17,8 @@
|
||||||
<script src="_static/jquery.js?v=5d32c60e"></script>
|
<script src="_static/jquery.js?v=5d32c60e"></script>
|
||||||
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||||||
<script src="_static/documentation_options.js?v=7f41d439"></script>
|
<script src="_static/documentation_options.js?v=7f41d439"></script>
|
||||||
<script src="_static/doctools.js?v=9bcbadda"></script>
|
<script src="_static/doctools.js?v=fd6eb6e6"></script>
|
||||||
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
|
<script src="_static/sphinx_highlight.js?v=6ffebe34"></script>
|
||||||
<script src="_static/js/theme.js"></script>
|
<script src="_static/js/theme.js"></script>
|
||||||
<script src="_static/searchtools.js"></script>
|
<script src="_static/searchtools.js"></script>
|
||||||
<script src="_static/language_data.js"></script>
|
<script src="_static/language_data.js"></script>
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1,6 +1,6 @@
|
||||||
namespace: containers
|
namespace: containers
|
||||||
name: podman
|
name: podman
|
||||||
version: 1.18.0
|
version: 1.18.1
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- Sagi Shnaidman <sshnaidm@redhat.com>
|
- Sagi Shnaidman <sshnaidm@redhat.com>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue