Skip to content

Commit aecc18e

Browse files
committed
clean up
1 parent e29444e commit aecc18e

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.ansible/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ansible-playbook deploy.yaml -i inventories/production/hosts --vault-id ~/.tokens/vault.txt
1+
# ansible-playbook .ansible/deploy.yaml -i .ansible/inventory/production/hosts --vault-id ~/.tokens/vault.txt
22

33
- hosts: tools
44
strategy: free

.ansible/roles/requirements.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
- name: docker
77
scm: git
88
src: "git@github.com:Diesel-Net/ansible-role-docker.git"
9-
version: development
9+
version: 1.0.0

.ansible/templates/docker-compose.yaml.j2

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# docker-compose.yaml
2-
31
version: '3.8'
42
services:
53

0 commit comments

Comments
 (0)