This commit is contained in:
aynic.os
2021-07-14 20:38:30 +01:00
parent e1f9ef7de9
commit 3ffea66ba8
101 changed files with 3601 additions and 939 deletions
-6
View File
@@ -1,6 +0,0 @@
---
# file: playbooks/aws-cli.yml
- hosts: '{{ target | default("aws") }}'
roles:
- aws-cli
+2
View File
@@ -4,3 +4,5 @@
- hosts: '{{ target | default("disks") }}'
roles:
- disks
tags:
- disks
+3 -1
View File
@@ -1,6 +1,8 @@
---
# file: playbooks/docker.yml
- hosts: '{{ target | default("all") }}'
- hosts: '{{ target | default("docker") }}'
roles:
- docker
tags:
- docker
+3 -1
View File
@@ -1,6 +1,8 @@
---
# file: playbooks/hosts.yml
- hosts: '{{ target | default("all") }}'
- hosts: '{{ target | default("hosts") }}'
roles:
- hosts
tags:
- hosts
+8
View File
@@ -0,0 +1,8 @@
---
# file: playbooks/remotes.yml
- hosts: '{{ target | default("remotes") }}'
roles:
- remotes
tags:
- remotes