Changeset - f9416ce2b72f
[Not reviewed]
0 2 0
Branko Majic (branko) - 8 years ago 2016-06-09 16:39:21
branko@majic.rs
MAR-58: Updated Ansible versioning information in documentation. Updated deprecated syntax in usage instructions.
2 files changed with 17 insertions and 16 deletions:
0 comments (0 inline, 0 general)
docs/index.rst
Show inline comments
 
@@ -5,7 +5,8 @@ Majic Ansible Roles is a collection of Ansible roles that are used on regular
 
basis for deployment and maintenance of Majic infrastructure.
 

	
 
At the moment, the roles have been written for and tested against **Ansible
 
1.9.x**.
 
2.1.x**, but at the time of this writing the test site has been also
 
successfully tested against **Ansible 1.9.x** and **Ansible 2.0.x**.
 

	
 

	
 
Contents
docs/usage.rst
Show inline comments
 
@@ -129,7 +129,7 @@ packages, and to prepare the environment a bit on the Ansible server:
 
     mkdir ~/mysite/
 
     mkvirtualenv -a ~/mysite/ mysite
 
     pip install -U pip
 
     pip install 'ansible~=1.9'
 
     pip install 'ansible~=2.1'
 

	
 

	
 
Cloning the *Majic Ansible Roles*
 
@@ -370,7 +370,7 @@ Let's take care of this common configuration right away:
 
      ---
 
      - hosts: communications
 
        remote_user: ansible
 
        sudo: yes
 
        become: yes
 
        roles:
 
          - common
 

	
 
@@ -382,7 +382,7 @@ Let's take care of this common configuration right away:
 
      ---
 
      - hosts: web
 
        remote_user: ansible
 
        sudo: yes
 
        become: yes
 
        roles:
 
          - common
 

	
 
@@ -394,7 +394,7 @@ Let's take care of this common configuration right away:
 
      ---
 
      - hosts: backup
 
        remote_user: ansible
 
        sudo: yes
 
        become: yes
 
        roles:
 
          - common
 

	
 
@@ -455,7 +455,7 @@ one up first. This includes both the LDAP *server* and *client* configuration.
 
      ---
 
      - hosts: communications
 
        remote_user: ansible
 
        sudo: yes
 
        become: yes
 
        roles:
 
          - common
 
          - ldap_client
 
@@ -470,7 +470,7 @@ one up first. This includes both the LDAP *server* and *client* configuration.
 
      ---
 
      - hosts: web
 
        remote_user: ansible
 
        sudo: yes
 
        become: yes
 
        roles:
 
          - common
 
          - ldap_client
 
@@ -637,7 +637,7 @@ role.
 
      ---
 
      - hosts: communications
 
        remote_user: ansible
 
        sudo: yes
 
        become: yes
 
        roles:
 
          - common
 
          - ldap_client
 
@@ -832,7 +832,7 @@ external addresses on those two servers goes through our anti-virus scanner.
 
      ---
 
      - hosts: web
 
        remote_user: ansible
 
        sudo: yes
 
        become: yes
 
        roles:
 
          - common
 
          - ldap_client
 
@@ -844,7 +844,7 @@ external addresses on those two servers goes through our anti-virus scanner.
 
      ---
 
      - hosts: backup
 
        remote_user: ansible
 
        sudo: yes
 
        become: yes
 
        roles:
 
          - common
 
          - mail_forwarder
 
@@ -916,7 +916,7 @@ role.
 
      ---
 
      - hosts: communications
 
        remote_user: ansible
 
        sudo: yes
 
        become: yes
 
        roles:
 
          - common
 
          - ldap_client
 
@@ -1090,7 +1090,7 @@ Nginx.
 
      ---
 
      - hosts: web
 
        remote_user: ansible
 
        sudo: yes
 
        become: yes
 
        roles:
 
          - common
 
          - ldap_client
 
@@ -1161,7 +1161,7 @@ server.
 
      ---
 
      - hosts: web
 
        remote_user: ansible
 
        sudo: yes
 
        become: yes
 
        roles:
 
          - common
 
          - ldap_client
 
@@ -1417,7 +1417,7 @@ Before we start, here is a couple of useful pointers regarding the
 
      ---
 
      - hosts: web
 
        remote_user: ansible
 
        sudo: yes
 
        become: yes
 
        roles:
 
          - common
 
          - ldap_client
 
@@ -1776,7 +1776,7 @@ on the safe side:
 
      ---
 
      - hosts: web
 
        remote_user: ansible
 
        sudo: yes
 
        become: yes
 
        roles:
 
          - common
 
          - ldap_client
 
@@ -1863,7 +1863,7 @@ straight to it:
 
      ---
 
      - hosts: backup
 
        remote_user: ansible
 
        sudo: yes
 
        become: yes
 
        roles:
 
          - common
 
          - mail_forwarder
0 comments (0 inline, 0 general)