Skip to content

isaackehle/ansible-update

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role - update

Handle system updates

Available on Ansible Galaxy: isaackehle.update

Requirements

None

Role Variables

NA

Dependencies

None

Example Playbook

- hosts: all
  roles:
    - isaackehle.update

Hacking

There is an included Vagrant setup for hacking on this module, but IP needs to be set.

cd tests
source .hack.sh
vagrant up
ansible-playbook test.yml
...
vagrant destroy
vagrant up
ansible-playbook test.yml -vvvv
...

Linting

yamllint -c yamllint.yaml .
ansible-lint .

License

MIT

Author Information

Isaac Kehle @isaackehle (twitter, github, linkedin)