Updatred the hosts file and starting windows testing

ignoring hosts as sensitive data will be stored in it.  Copy hosts.template to hosts and update the file for local use.
This commit is contained in:
James Tombleson 2019-04-07 11:37:31 -07:00
parent 1921d8e077
commit 2293051d22
4 changed files with 40 additions and 1 deletions

4
.gitignore vendored
View File

@ -1 +1,3 @@
*.retry
*.retry
.DS_Store
hosts

18
hosts.template Normal file
View File

@ -0,0 +1,18 @@
[linux]
192.168.0.60
[linux:vars]
ansible_user=ansible
ansible_connection=ssh
ansible_password=
[windows]
192.168.0.2
[windows:vars]
ansible_user=ansible
ansible_password=
ansible_connection=winrm
ansible_port=5986
ansible_winrm_scheme=https
ansible_winrm_server_cert_validation=ignore

View File

@ -0,0 +1,12 @@
- name: Deploy OwnCloud
hosts: linux
become_method: sudo
tasks:
- name: Check if docker is installed.
apt:
name: docker
state: present

View File

@ -0,0 +1,7 @@
- name: Check for updates
hosts: windows
tasks:
- name: