create-account

Ansible Role | Create account

Build Status

create account role with travis-ci configuration

Requirements

No requierements needed

Role Variables

- user: scott
- sudoer: deployer
# what ports, IPs and protocols we listen for
ssh_port: [22]
ssh_protocol: 2
ssh_listen_address: []
# authentication
ssh_permit_root_login: 'yes'
ssh_pubkey_authentication: 'yes'
ssh_password_authentication: 'yes'
# start on boot
ssh_service_enabled: yes
# current state: started, stopped
ssh_service_state: started

Dependencies

Ansible : No dependencies

Travis : 2 Depedencies

Example Playbook

- name: "FILE | create a file"
  file:
    path: "./test.txt"
    state: touch

License

MIT

Author Information

Arno Birchler

Install
ansible-galaxy install arnobirchler/ansible-role-create-account
GitHub repository
License
Unknown
Downloads
208