Guillaume Abrioux
e74d80e72f
rename docker_exec_cmd variable
...
This commit renames the `docker_exec_cmd` variable to
`container_exec_cmd` so it's more generic.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2019-05-16 16:39:13 +02:00
Rishabh Dave
739a662c80
improve coding style
...
Keywords requiring only one item shouldn't express it by creating a
list with single item.
Signed-off-by: Rishabh Dave <ridave@redhat.com>
2019-04-23 15:37:07 +02:00
Sébastien Han
a96e910114
Add new container scenario
...
Test with podman instead of docker and also support for python 3 only.
Signed-off-by: Sébastien Han <seb@redhat.com>
2018-11-27 16:47:40 +00:00
Sébastien Han
2cd0d2f1e6
lint: yaml space before and after {{ }}
...
Fix tasks using variables that did not have space before and after {{
}}
Signed-off-by: Sébastien Han <seb@redhat.com>
2018-11-08 10:22:02 +00:00
Sébastien Han
5ab90b358c
nfs: do not create the nfs user if already present
...
Check if the user exists and skip its creation if true.
Closes: https://github.com/ceph/ceph-ansible/issues/3254
Signed-off-by: Sébastien Han <seb@redhat.com>
2018-10-26 16:24:38 +00:00
Sébastien Han
c751c2dc6b
nfs: add run once to user creation
...
The create user call is idempotent but it's also blocking for some
reasons.
Signed-off-by: Sébastien Han <seb@redhat.com>
2017-10-04 15:01:13 +02:00
Sébastien Han
341c9e077b
nfs: fix container setup and re-arrange files
...
Signed-off-by: Sébastien Han <seb@redhat.com>
2017-09-29 02:38:24 +02:00
Sébastien Han
2e0c2928e9
nfs: fix docker_exec_cmd_nfs default value
...
the default is not an array, default is empty.
Signed-off-by: Sébastien Han <seb@redhat.com>
2017-09-22 16:22:36 +02:00
Sébastien Han
64824baa83
nfs: fix undefined variable
...
This is what happens when you don't run all the jobs from the CI...
Signed-off-by: Sébastien Han <seb@redhat.com>
2017-09-22 15:37:43 +02:00
Sébastien Han
aa5c36f19c
nfs: several fixes
...
- move the file fetch/push to the existing task
- rename the include
- generate the ganesha template from ansible
- re-arrange role structure
- re-use tasks for non-container and container
- configure keys for non-container and container
- fix rgw container key collection;
Signed-off-by: Sébastien Han <seb@redhat.com>
2017-09-22 00:37:32 +02:00