You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<metaname="title"its:translate="yes">Introduction to Ansible automation for &sles4sap;</meta>
58
+
<metaname="description"its:translate="yes">Learn about a set of Ansible collections and playbooks designed specifically for &sles4sap; on &productname; 16.</meta>
59
+
<metaname="social-descr"its:translate="yes">How to use Ansible automation for SAP environments on &productname; 16 systems. </meta>
60
+
61
+
<metaname="category"its:translate="no">
62
+
<phrase>Administration</phrase>
63
+
</meta>
64
+
65
+
<metaname="task"its:translate="no">
66
+
<phrase>Authentication</phrase>
67
+
<phrase>Security</phrase>
68
+
</meta>
69
+
70
+
<metaname="series"its:translate="no">Products & Solutions</meta>
Learn about a powerful set of Ansible collections and playbooks that are designed for &sap;.
90
+
This automation codifies best practices, allowing you to build and maintain your &sap; landscapes with speed, reliability and consistency.
91
+
</para>
92
+
</listitem>
93
+
</varlistentry>
94
+
<varlistentry>
95
+
<term>WHY?</term>
96
+
<listitem>
97
+
<para>
98
+
Ansible automation is essential for &sap; environments for organizations to codify and standardize the complex, time-consuming, and high-risk administrative tasks associated with &sap; infrastructure and operations.
99
+
</para>
100
+
</listitem>
101
+
</varlistentry>
102
+
<varlistentry>
103
+
<term>EFFORT</term>
104
+
<listitem>
105
+
<para>
106
+
It takes you up to an hour to read through this article.
107
+
</para>
108
+
</listitem>
109
+
</varlistentry>
110
+
<varlistentry>
111
+
<term>GOAL</term>
112
+
<listitem>
113
+
<para>
114
+
To transform the management of &sap; environments from a complex, error-prone, and time-intensive manual process into a fast, consistent, and fully auditable Infrastructure as Code (IaC) workflow.
115
+
</para>
116
+
</listitem>
117
+
</varlistentry>
118
+
<varlistentry>
119
+
<term>REQUIREMENTS</term>
120
+
<listitem>
121
+
<itemizedlist>
122
+
<listitem>
123
+
<para>
124
+
<linkxlink:href="https://documentation.suse.com/sles/16.0/html/SAP-Ansible/">Understanding of Ansible core and how it works</link></para>
Using the &suse; package pattern is recommended because it is the simplest and most reliable method for installing all the required SAP automation components.
28
+
</para>
29
+
</abstract>
30
+
</info>
31
+
<para>By using the pattern, you ensure all required Ansible collections and the playbook packages are installed together, preventing dependency problems.
32
+
For &sles4sap; 16, install the <literal>sles_sap_automation</literal> package pattern: </para>
<important><para>Each package contains an Ansible Collection with a curated list of supported Ansible roles.
42
+
To call out each role in a collection , you must use it's Fully Qualified Collection Name (FQCN). This tells Ansible exactly where to find the role and prevent any naming conflicts with other collections.
0 commit comments