Move ansible-managed to a feature branch

This commit is contained in:
Jérémy Lecour 2017-07-19 13:57:23 +02:00 committed by Jérémy Lecour
parent 6106a0a8f5
commit dac4276cad
6 changed files with 0 additions and 55 deletions

View file

@ -1,28 +0,0 @@
---
driver:
name: docker
privileged: true
use_sudo: false
provisioner:
name: ansible_playbook
hosts: test-kitchen
roles_path: ../
ansible_verbose: true
require_ansible_source: false
require_chef_for_busser: false
idempotency_test: true
platforms:
- name: debian
driver_config:
image: evolix/ansible:2.2.1
suites:
- name: default
provisioner:
name: ansible_playbook
playbook: ./tests/test.yml
transport:
max_ssh_sessions: 6

View file

@ -1,11 +0,0 @@
# ansible-managed
Set some indications that the server is managed by Ansible and extra care yshould be given not no mess with it manually.
## Tasks
Everything is in the `tasks/main.yml` file.
## Available variables
* `project_repository` : project URL for the repository.

View file

@ -1,2 +0,0 @@
---
project_repository: "/!\\ No repository set, contact Evolix"

View file

@ -1,6 +0,0 @@
---
- name: Set message of the day
template:
src: motd.j2
dest: /etc/motd
force: yes

View file

@ -1,4 +0,0 @@
SERVER MANAGED BY EVOLIX VIA ANSIBLE
------------------------------------
{{ project_repository | mandatory }}

View file

@ -1,4 +0,0 @@
---
- hosts: test-kitchen
roles:
- role: ansible-managed