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
Copy file name to clipboardExpand all lines: configmanagement/04_ansible.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ includes the callback to upload facts and reports.
63
63
On a separate Ansible control machine a callback plugin can be activated to upload facts and reports to Foreman, if you still want to use Ansible
64
64
independent from Foreman. Forthermore a script could be deployed to use Foreman as dynamic inventory.
65
65
66
-
For more information have a look at the plugin documentation: https://docs.theforeman.org/3.5/Managing_Configurations_Ansible/index-katello.html
66
+
For more information have a look at the plugin documentation: https://docs.theforeman.org/3.9/Managing_Configurations_Ansible/index-katello.html
67
67
68
68
~~~ENDSECTION~~~
69
69
@@ -152,16 +152,16 @@ You can run this on the commandline or use the Job "Ansible Roles - Install from
152
152
153
153
### Import roles and assign them
154
154
155
-
Navigate to "Configure > Roles" and import using "Import from foreman.localdomain".
156
-
Afterwards navigate to the host and edit them to assign the roles in the new "Ansible Roles" tab.
155
+
Navigate to "Configure > Ansible > Roles" and import using "Import from foreman.localdomain".
156
+
Afterwards navigate to the host and edit them to assign the roles in the new tab group "Ansible" on the tab "Roles".
157
157
158
158
### Play roles using the webinterface
159
159
160
160
Navigate to the host and press "Run Ansible roles" from the "Schedule Remote Job" selection. It is also available as action from the Host overview for bulk requests.
161
161
162
162
### Optional: Import variables and overwrite values
163
163
164
-
Navigate to "Configure > Variables" and import using "Import from foreman.localdomain".
164
+
Navigate to "Configure > Ansible > Variables" and import using "Import from foreman.localdomain".
165
165
After the import set "ntp_manage_config" to "true" and "ntp_area" to your country code, e.g. "de" for Germany.
166
166
167
167
!SLIDE smbullets small
@@ -234,13 +234,13 @@ The setup module gathers facts about the system and via callback uploads them to
0 commit comments