We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e29444e commit aecc18eCopy full SHA for aecc18e
.ansible/deploy.yaml
@@ -1,4 +1,4 @@
1
-# ansible-playbook deploy.yaml -i inventories/production/hosts --vault-id ~/.tokens/vault.txt
+# ansible-playbook .ansible/deploy.yaml -i .ansible/inventory/production/hosts --vault-id ~/.tokens/vault.txt
2
3
- hosts: tools
4
strategy: free
.ansible/roles/requirements.yaml
@@ -6,4 +6,4 @@
6
- name: docker
7
scm: git
8
src: "git@github.com:Diesel-Net/ansible-role-docker.git"
9
- version: development
+ version: 1.0.0
.ansible/templates/docker-compose.yaml.j2
@@ -1,5 +1,3 @@
-# docker-compose.yaml
-
version: '3.8'
services:
5
0 commit comments