1
0
Fork 0
mirror of https://github.com/dawidd6/action-ansible-playbook.git synced 2024-11-22 07:26:25 +00:00
⚙️ A GitHub Action for running Ansible playbooks
Find a file
2020-03-22 12:53:06 +01:00
.github/workflows workflows: use inventory and limit 2020-03-22 12:47:57 +01:00
action.yml action: make key input required 2020-03-21 20:54:29 +01:00
Dockerfile Dockerfile: don't install bind-tools 2020-03-22 12:16:54 +01:00
Dockerfile.test Dockerfile.test: correct path to sftp 2020-03-22 12:53:06 +01:00
hosts add hosts inventory 2020-03-22 12:47:28 +01:00
LICENSE init 2020-03-21 17:06:40 +01:00
main.sh main: make key input required 2020-03-21 20:54:44 +01:00
playbook.yml playbook: hosts=all 2020-03-22 12:47:43 +01:00
README.md init 2020-03-21 17:06:40 +01:00
test.sh add testing Dockerfile and entrypoint script 2020-03-22 12:16:35 +01:00

Run Ansible playbook Github Action