├── .gitignore ├── LICENSE ├── README.md └── nsupdate.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mskarbek/ansible-nsupdate/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mskarbek/ansible-nsupdate/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mskarbek/ansible-nsupdate/HEAD/README.md -------------------------------------------------------------------------------- /nsupdate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mskarbek/ansible-nsupdate/HEAD/nsupdate.py --------------------------------------------------------------------------------