-
Notifications
You must be signed in to change notification settings - Fork 1
commands
Diego Zanga edited this page May 8, 2017
·
2 revisions
ref examples shell.yaml
- include: ../digitalocean/conditionalServerCreation.yaml
ref examples conditionalServerCreation.yaml
- name: create sudoer user user: --name workeruser --sudoer --generate_ssh_key --public_ssh_private_key --password {{ workUserPwd }}
ref examples conditionaServerCreation.yaml
- name: provision server provisionDigitalOcean: --nr 1 --region fra1 --distro fra1/centos-7-x64 --hardware 512mb when: "{{ nohosts }}"