diff --git a/iac/ansible/.gitignore b/iac/ansible/.gitignore new file mode 100644 index 0000000..c8f3010 --- /dev/null +++ b/iac/ansible/.gitignore @@ -0,0 +1 @@ +playbook.yml \ No newline at end of file diff --git a/iac/ansible/playbook.yml b/iac/ansible/playbook.yml deleted file mode 100644 index 5300ade..0000000 --- a/iac/ansible/playbook.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -- name: Main-Playbook - hosts: all - gather_facts: true - roles: - # - traefik - # - portainer - # - kestra - - gitea -