We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c710e28 commit 48346c4Copy full SHA for 48346c4
ansible/README.md
@@ -3,7 +3,8 @@
3
To run the role that configures my terminal environment run
4
5
```bash
6
-$ ansible-playbook -i localhost playbooks/main.yaml
+$ ansible-galaxy install -r requirements.yml
7
+$ ansible-playbook -i localhost playbooks/main.yml
8
```
9
10
There's also playbooks to install other kinds of software on Ubuntu.
ansible/requirements.yml
@@ -0,0 +1,4 @@
1
+# Install a role from the Ansible Galaxy
2
+- src: [email protected]:lnunno/lucas-role.git
+ scm: git
+- src: geerlingguy.docker
0 commit comments