ansible: Install Ansible

The `ansible.yml` playbook and corresponding *ansible* role simply
install Ansible and related utilities, such as OpenSSH and GnuPG.
This commit is contained in:
2018-04-08 12:04:30 -05:00
parent 54bc5570f1
commit ac4e9fc390
3 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
- name: ensure packages are installed
package:
name=ansible,gnupg,openssh-clients
state=present