Ansible Role for Linux Server Configuration.
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:
grow_lvm: Executes needed tasks after Linux Server deployment.install_docker: Installs Docker Engine.Content type
Image
Digest
Size
103.7 MB
Last updated
over 5 years ago
docker pull atorrescogollo/linux-ansible