mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Update to Consul 1.2.3. Replatform to Ubuntu 16.04. Update documentation. Add Libvirt support. Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
8 lines
132 B
YAML
8 lines
132 B
YAML
---
|
|
- hosts: "all"
|
|
gather_facts: false
|
|
become: "yes"
|
|
|
|
tasks:
|
|
- name: Install Python
|
|
raw: "apt-get -y -q install python"
|