Sandra McCann
7077ea7f95
Backport hactoberfest 1 ( #79065 )
...
* apt_key, fix example indentation
Co-authored-by: Matt Clay <matt@mystile.com>
(cherry picked from commit cee9872605
)
* Docs: Add code-block wrappers to code examples: testing_documentation.rst (#78966 )
* Docs: Add code-block wrappers to code examples: testing_documentation.rst
List of changed files:
- docs/docsite/rst/dev_guide/testing_documentation.rst
* Fix: match whitespace convention of other occurences
(cherry picked from commit 538b99781f
)
* added code-blocks according to #78962 (#78972 )
(cherry picked from commit 01484cdc68
)
* Adding code-block wrappers to code examples (#78968 )
(cherry picked from commit 1db75a41bf
)
* added code-blocks according to #78963 (#78969 )
* added code-blocks according to #78963
* Update testing.rst, added newlines
(cherry picked from commit 446406a0c8
)
* Docs: Add code-block wrappers to code examples in style_guide (#78970 )
* Docs: Add code-block wrappers to code examples in style_guide
List of changed files:
- docs/docsite/rst/dev-guide/style_guide/index.rst
- docs/docsite/rst/dev-guide/style_guide/basic_rules.rst
(cherry picked from commit 3dc0c2135e
)
* #78971 Update module_lifecycle.rst (#78974 )
* Update module_lifecycle.rst
(cherry picked from commit 93c2cb2b8e
)
* #78965 Adding the code-block to prevent the translation (#78979 )
* Adding the code-block to prevent the translation
(cherry picked from commit 9afb37eda6
)
* Adds code-block in collection documentation (#78977 )
* fix issue #78976
(cherry picked from commit 1b922b42dd
)
* docs - Use code-block to format examples in Windows module development walkthrough (#78985 )
(cherry picked from commit 56c48d1c45
)
* Docs: true/false with boolean values in docsite/rst/os_guide (#78957 )
(cherry picked from commit fb8c2daf46
)
* Update porting_guide_2.0.rst (#78951 )
Replaced http link with rst version - issue https://github.com/ansible/ansible/issues/78914
(cherry picked from commit dc2d15fca4
)
* Update porting_guide_3.rst (#78952 )
Fixes #78914
(cherry picked from commit 919c449256
)
* Update porting_guide_4.rst (#78953 )
(cherry picked from commit ba32642538
)
* Update porting_guide_5.rst (#78954 )
(cherry picked from commit 5137cb16e9
)
* scenario guide doc changes (#78934 )
(cherry picked from commit 5b333c9665
)
Co-authored-by: Jasper <44026484+jasperjonker@users.noreply.github.com>
Co-authored-by: Ozan Uslan <54141068+ozanuslan@users.noreply.github.com>
Co-authored-by: Lukas Grimm <ombre@ombre.ch>
Co-authored-by: Deepshri M <92997066+Deepshaded@users.noreply.github.com>
Co-authored-by: IMvision12 <88665786+IMvision12@users.noreply.github.com>
Co-authored-by: Luigi Giugliano <luigi3000@gmail.com>
Co-authored-by: Thomas Doczkal <thomas@doczkal.eu>
Co-authored-by: jmakhack <joshmak@berkeley.edu>
Co-authored-by: Sudipto Ghosh <sudipto@ghosh.pro>
Co-authored-by: Kampftoast <creeper00001@googlemail.com>
Co-authored-by: J-F-Far <joel.f.farthing@gmail.com>
2 years ago
Philipp Schmiedel
5f30f4e524
Use default network in Google Cloud Platform Guide ( #68846 )
...
* Update guide_gce.rst
The given example is not working as a SSH connection is not possible because of #59573 . Instead, in this tutorial the default network should be used which allows SSH connections in most cases.
Co-authored-by: Sandra McCann <samccann@redhat.com>
5 years ago
John Mahowald
bb72b8f1d9
Syntax fix guide_gce.rst ( #64779 )
...
Fix syntax for create a GCP instance example playbook. Fix task indentation.
5 years ago
Vera
844b5d4673
docs: fix gcs example to work with ansible 2+ ( #64778 )
...
switched directive sudo to become
5 years ago
Petr Ruzicka
a5dc11cdd1
Changed with_items -> loop ( #62995 )
5 years ago
Marek Anderson
3a919d4bec
Doc - editorial for correct acronym introduction ( #58519 )
...
Introduce acronym GCP on first use. Introduce GCE acronym at all.
5 years ago
Isaac
85fa65e5f0
docs: Update scopes value example ( #56362 )
...
Existing example in GCE guide returns "invalid scope" error; value needs "https://" prefix
6 years ago
stroebitzer
dae5564e2b
Fix var naming ( #55796 )
...
* Fix var naming in GCE guide
6 years ago
stroebitzer
943f7334c5
Fix var naming ( #55795 )
...
Make vars match tasks in Google Compute guide.
6 years ago
Alex Stephen
91a664a93e
Gce migration docs ( #51838 )
...
* migration docs for gce, with example playbook
* Update docs/docsite/rst/scenario_guides/guide_gce.rst
Co-Authored-By: rambleraptor <alexstephen@google.com>
6 years ago
Keith Maxwell
04220478da
Fewer examples use connection: local in docs ( #55133 )
...
* Fewer connection: local lines in module examples and scenario guides
The line 'connection: local' is not required. See
./docs/docsite/rst/inventory/implicit_localhost.rst
6 years ago
Alan Rominger
baf59ccaac
Put in documented default for gcp_compute filters ( #50025 )
6 years ago
Abhijeet Kasurde
ae404d1476
gcp: documentation update ( #50183 )
...
* gcp: documentation update
* Update example about dynamic inventory
* minor typo fixes in gcp_utils
* Additional information about enabling inventory plugin in ansible.cfg
partially fixes : #44404
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
6 years ago
Aren
6243f36319
gcp additional info & edit ( #45986 )
...
* There were 2 introduction headings
line 36 was a duplicate 'introduction' heading, and the section is more of a requisites description.
+label: docsite_pr
* edit for line 32+33 & 45>50 added
6 years ago
♫ Christian Krause ♫
d779eb1f15
doc: fixes the the repetitions ( #43937 )
...
Wow, this does not seem to be an uncommon misspelling. Might be there
are some left that span over two lines. I noticed the one in the git
module and then used `grep -rw 'the the'` to find some more.
6 years ago
Alicia Cozine
5fa8747af3
fixes broken link ( #43458 )
6 years ago
Alex Stephen
2916adc88a
New doc guide for GCP ( #41753 )
...
* New doc guide for GCP
* Changes per PR
* Addressing PR comments on GCE scenario guide
6 years ago
Troy Murray
15ce7c5bab
change OS X to macOS ( #41294 )
...
* change OS X to macOS
<!--- Your description here -->
+label: docsite_pr
* Update all Mac OS X references to be macOS
* Drop extra Mac
7 years ago
scottb
373b1dcf59
Core Docs Refactor and Redesign ( #36067 )
...
* Docs refactor as outlined in https://github.com/ansible/proposals/issues/79 . Moves content into 'guides'; refactors TOC; fixes CSS; design tweaks to layout and CSS; fixes generated plugin, CLI and module docs to fix links accodingly; more.
* Adding extra blank line for shippable
7 years ago