├── .DS_Store ├── .gitignore ├── README.MD ├── files └── README.adoc ├── install-os.yaml ├── inventory └── hosts └── verify_install.yaml /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebbycorp/ansible-f5-upload-install-os/HEAD/.DS_Store -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebbycorp/ansible-f5-upload-install-os/HEAD/.gitignore -------------------------------------------------------------------------------- /README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebbycorp/ansible-f5-upload-install-os/HEAD/README.MD -------------------------------------------------------------------------------- /files/README.adoc: -------------------------------------------------------------------------------- 1 | == Add your .iso BIG-IP version here 2 | -------------------------------------------------------------------------------- /install-os.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebbycorp/ansible-f5-upload-install-os/HEAD/install-os.yaml -------------------------------------------------------------------------------- /inventory/hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebbycorp/ansible-f5-upload-install-os/HEAD/inventory/hosts -------------------------------------------------------------------------------- /verify_install.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebbycorp/ansible-f5-upload-install-os/HEAD/verify_install.yaml --------------------------------------------------------------------------------