Skip to content

Commit 15f39bb

Browse files
Add cleanup playbooks
1 parent 4769ce0 commit 15f39bb

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

molecule/default/cleanup.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
- name: Cleanup
3+
user: ansible
4+
hosts: all
5+
become: yes
6+
vars:
7+
- runner_user: ansible
8+
- github_repo: ansible-github_actions_runner-testrepo
9+
- github_account: monolithprojects
10+
- runner_state: absent
11+
roles:
12+
- ansible-github_actions_runner

molecule/organization/cleanup.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
- name: Cleanup
3+
user: ansible
4+
hosts: all
5+
become: yes
6+
vars:
7+
- runner_user: ansible
8+
- github_repo: ansible-github_actions_runner-testrepo
9+
- github_account: monolithprojects
10+
- runner_state: absent
11+
- runner_org: yes
12+
roles:
13+
- ansible-github_actions_runner

0 commit comments

Comments
 (0)