imfreedom/ansible

Add a very simple podman role

2021-10-04, Gary Kramlich
301b30d8880b
Parents 41d6ab799450
Children 48e16e411c3e
Add a very simple podman role
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/roles/podman/tasks/main.yaml Mon Oct 04 21:53:45 2021 -0500
@@ -0,0 +1,9 @@
+- name: install
+ apt:
+ name: podman
+ state: present
+- name: delete fake docker script
+ file:
+ path: /usr/local/bin/docker
+ state: absent
+
--- a/teamcity_convey_agents.yaml Mon Oct 04 21:53:09 2021 -0500
+++ b/teamcity_convey_agents.yaml Mon Oct 04 21:53:45 2021 -0500
@@ -4,6 +4,7 @@
- role: update
- role: cron_apt
- role: convey
+ - role: podman
- role: teamcity
teamcity_server: https://ci.imfreedom.org/