Changeset - 720736b8b462
[Not reviewed]
0 1 1
Branko Majic (branko) - 9 years ago 2015-03-08 11:21:01
branko@majic.rs
MAR-7: Added the bootstrap playbook, and added ldap.example.com server to hosts.
2 files changed with 11 insertions and 0 deletions:
0 comments (0 inline, 0 general)
testsite/hosts
Show inline comments
 
[preseed]
 
localhost ansible_connection=local
 

	
 
[ldap]
 
ldap.example.com
testsite/playbooks/bootstrap.yml
Show inline comments
 
new file 100644
 
---
 

	
 
- hosts: "{{ server }}"
 
  remote_user: root
 
  roles:
 
    - bootstrap
 
  vars:
 
    ansible_key: "{{ lookup('file', '~/.ssh/id_rsa.pub') }}"
 
\ No newline at end of file
0 comments (0 inline, 0 general)