- Learn Ansible
- Russ McKendrick
- 34字
- 2025-04-04 16:37:52
Apache
At the moment, we have no role for Apache, so let's create one using the following command:
$ ansible-galaxy init roles/apache
As before, this will create the basic scaffold for our Apache role.