Sign inSign up

atorrescogollo/linux-ansible

By atorrescogollo

Updated over 5 years ago

Image
0

424

atorrescogollo/linux-ansible repository overview

Linux Ansible

Ansible Role for Linux Server Configuration.

What can I do with this role?

Different actions are available by changing action variable. For instance:

- name: Create VM
  hosts: localhost
  roles:
  - role: linux-ansible
    vars:
      action: grow_lvm
      lvmap:
        "/": "+100%FREE"
      ...

The following actions are available:

Tag summary

Content type

Image

Digest

Size

103.7 MB

Last updated

over 5 years ago

docker pull atorrescogollo/linux-ansible