adding some ansible-doc docs
parent
7c831ecbf3
commit
d73ed64e82
@ -0,0 +1,25 @@
|
||||
#
|
||||
|
||||
Role to bootstrap a target host. This role will add an ansible user and allow paswordless sudo.
|
||||
|
||||
## Table of content
|
||||
|
||||
- [Dependencies](#dependencies)
|
||||
- [License](#license)
|
||||
- [Author](#author)
|
||||
|
||||
---
|
||||
|
||||
|
||||
|
||||
## Dependencies
|
||||
|
||||
None.
|
||||
|
||||
## License
|
||||
|
||||
['MIT']
|
||||
|
||||
## Author
|
||||
|
||||
Cian Hatton
|
||||
@ -0,0 +1,25 @@
|
||||
# setup_docker
|
||||
|
||||
Role to install docker. It also installs the docker and docker compose python modules.
|
||||
|
||||
## Table of content
|
||||
|
||||
- [Dependencies](#dependencies)
|
||||
- [License](#license)
|
||||
- [Author](#author)
|
||||
|
||||
---
|
||||
|
||||
|
||||
|
||||
## Dependencies
|
||||
|
||||
None.
|
||||
|
||||
## License
|
||||
|
||||
license (GPL-2.0-or-later, MIT, etc)
|
||||
|
||||
## Author
|
||||
|
||||
Cian Hatton
|
||||
@ -0,0 +1,25 @@
|
||||
# setup_portainer
|
||||
|
||||
Role to configure Portainer. This role copies the docker-compose.yml onto the host and starts portainer with docker compose. If there is a backup of the portainer volume stored in s3, it will be restored before portainer is started.
|
||||
|
||||
## Table of content
|
||||
|
||||
- [Dependencies](#dependencies)
|
||||
- [License](#license)
|
||||
- [Author](#author)
|
||||
|
||||
---
|
||||
|
||||
|
||||
|
||||
## Dependencies
|
||||
|
||||
None.
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
|
||||
## Author
|
||||
|
||||
Cian Hatton
|
||||
Loading…
Reference in New Issue