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
python version = 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0] (/usr/bin/python3)
82
-
jinja version = 3.0.3
81
+
python version = 3.12.3 (main, Jan 17 2025, 18:03:48) [GCC 13.3.0] (/usr/bin/python3)
82
+
jinja version = 3.1.2
83
83
libyaml = True
84
84
```
85
85
86
86
## Alternative Installation of Ansible
87
87
88
-
To learn more about different methods for installing Ansible, refer to the official [Ansible Documentation.](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#latest-releases-via-apt-ubuntu)
88
+
To learn more about different methods for installing Ansible, refer to the official [Ansible Documentation](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html).
Copy file name to clipboardExpand all lines: tutorials/ansible-galaxy/index.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ categories:
10
10
- kubernetes
11
11
- instances
12
12
dates:
13
-
validation: 2024-09-16
13
+
validation: 2025-03-25
14
14
posted: 2018-08-02
15
15
---
16
16
@@ -37,7 +37,7 @@ To use roles in Ansible playbooks, you must first download them.
37
37
```
38
38
<Messagetype="note">
39
39
In this example, we use `geerlinguy`'s role, which is a software developer involved in many open-source development communities. The latest version will be downloaded if you do not specify which one you want to download. Add the version after the role name to specify a version. Example: `geerlingguy.apache,1.0.0` or `geerlingguy.mysql,1.0.0`.
40
-
If you want to use other roles, check out [geerlinguy](https://galaxy.ansible.com/geerlingguy)'s Ansible profile.
40
+
If you want to use other roles, check out [geerlinguy](https://github.com/geerlingguy/ansible-role-ansible)'s Ansible profile.
41
41
</Message>
42
42
2. Create an Ansible playbook named `lamp.yml` with the following contents:
0 commit comments